@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,400;1,500;1,600&display=swap');

@font-face {
	font-family: Kokoschka;
	src: url("../fuentes/Kokoschka.ttf");
}

.container-fluid{
	padding: 0 !important;
}
body{
	background-image: url("../img/fondo.jpg");
	background-size: 100%;
	font-family: Open Sans;
	font-size: 20px;
	margin: 0 auto;
	padding: 0 auto;
}

/****************************************Home****************************************/

section#banner_home {
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    height: 100vh;
    background-image: url("../img/home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.titular-home{

display: flex;
justify-content: flex-end;

}
.titular-home .slider_text{
	display: flex;
	margin-top: 380px;
	margin-right: 100px;
	color: #fff;
	flex-direction: column;
}

#ttlo-home{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 100px;
}

#ttlo-home-dos{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 50px;
}

/*Header*/
.bg-nav{
	background-color: #6699FF;
}

.rg{
	float: right;
}
.contenedor-btn{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-color: #6699FF;
	display: inline-block;
	align-items: center;
}

.logo-mincultura{
	padding: 5px 5px 5px 15px;
	height: 60px;
}
.btn{
	text-align: center;
	text-decoration: none;
    margin: 12px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 6px;
    width: 180px;
    height: 40px;
    float: right;

}

.btn:hover {
	color: #fff;
}

.btn-menu-uno{
	background-color: #FFAB00;
}

.btn-menu-dos{
	background-color: #F42F63;
}
/****************************************Tradicionales****************************************/

.titular-secciones{
	display: flex;
	justify-content: center;
}

.titular-secciones .slider_text{
	display: flex;
	margin-top: 380px;
	color: #fff;
	flex-direction: column;

}

.fondo-contenido-tra{
	background-image: url("../img/banner-tradicionales.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;

}

.ttlo-secciones{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 100px;
}

/*Texto descripción*/

.texto-descripcion{
	margin: 100px;
	padding: 0px 100px 0px 100px !important;
	text-align: center;
	line-height : 35px;
	font-size: 16px;
}

/*Podcast*/

.podcast{
	width: 100%;
	display: inline-block;
}

.fila-uno{
	padding: 25px;
}
.tarjetas{
	padding: 0px;
	margin: 25px;
	border: none !important;
	color: #fff;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
}

.capa{
	position: absolute;
  	bottom: 0px;
  	width: 100%;
  	height: auto;
  	background: rgba(255,171,0,0.7);
  	color: #fff;
  	font-weight: bold;
  	padding: 0px;
  	cursor: pointer;
	display:flex;
}


.contenido{
	justify-content: center;
	display: flex;
	margin: 15px 0px 15px 15px;
	padding: 0px;
	flex-direction: column;
	flex-basis: 0;
	flex-grow:4;
}

#c-ttlo{
	font-family: Montserrat;
	font-weight: bold;
}

#c-subttlo{
	font-family: Montserrat medium;
	/*font-weight: 650;*/
	font-size: 16px; 
	
}

.boton{
	margin: 0px 15px 20px 0px;
	padding: 0px; 
	flex-basis: 0;
	flex-grow:1;
}

.play{
	padding: 0.4em;
}

/****************************************Urbanas****************************************/

.fondo-contenido-urb{
	background-image: url("../img/banner-urbanas.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;

}

.banner{
	font-family: Montserrat;
	position: absolute;
	bottom: 100px;
	right: 100px;
	color: #fff;
	
}

.tarjetas-dos{
	padding: 0px;
	margin: 25px;
	background-color: #FF2767;
	color: #fff;
	box-shadow: 0px 15px 25px rgba(0,0,0,0.50);
	border: none !important;
}


.capa-dos{
	position: absolute;
  	bottom: 0px;
  	width: 100%;
  	height: auto;
  	background: rgba(255,39,103,0.7);
  	color: #fff;
  	font-weight: bold;
  	padding: 0px;
  	cursor: pointer;
	display:flex;
}



/************************************Detalle podcast************************************/

.fondo-detalle{
	/*background-color: #FFAB00;*/
	
}

.derecha{
	padding: 50px 50px;
}

.izquierda{
	padding: 50px 50px;
	background-image: url(../img/tradicionales-detalle.jpg);
	background-size: cover;

	/*background-color: rgba(225,171,0,0.2);*/
}

.u-izquierda{
	padding: 50px 50px;
	background-image: url(../img/urbanas-detalle.jpg);
	background-size: cover;
}

.content{
	background-color: rgba(255,140,0,0.3);
	border-radius: 10px;
	height: 80vh;
	padding: 20px;
	overflow-y: scroll;
}

.u-content{
	background-color: rgba(255,39,103,0.5);
	border-radius: 10px;
	height: 80vh;
	padding: 20px;
	overflow-y: scroll;
}

.content::-webkit-scrollbar{
	width: 5px;
	background-color: #ddd;
}

.content::-webkit-scrollbar-thumb{
	background-color: #FF6600;

}

.u-content::-webkit-scrollbar{
	width: 5px;
	background-color: #ddd;
}

.u-content::-webkit-scrollbar-thumb{
	background-color: #97002D;

}
.titulo-detalle{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	/*color: #FEAA11;*/
}

.titulo-pdcts{
	font-size: 22px !important;
}

.descripcion-detalle{
	padding: 25px 0px;
	color: #fff;
	font-size: 18px;
}

.plataformas{
	padding-top: 25px;
	display: flex;
}

.sptf{
	padding-right: 15px;
}

.spotify{
	
}

.txt-plat{
	font-family: Montserrat;
	font-weight: bold;
	color: #FFAB00;
	font-size: 25px;
}

.txt-plat:hover {
	color: #FFAB00;
}

.u-txt-plat{
	/*padding-top: 5px;*/
	font-family: Montserrat;
	font-weight: bold;
	color: #FF2767;
	font-size: 25px;
}

.color-icono{
	color: #FFAB00;
	padding-left: 0px;
}

.u-txt-plat:hover {
	color: #FF2767;
}

.color-icono-u{
	color: #FF2767;
	padding-left: 0px;
}

.audio{
	padding-top: 25px !important;
}

/*Info*/

.mapa{
	padding: 50px 0px 0px 0px;

	/*background: rgba(255,145,0,0.50);*/
}

.creditos{
	padding: 50px 30px;
}

.ttl-cdts{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 50px;
	color: #FFAB00;
	padding-bottom: 20px;
}

.ttl-cdts-u{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 50px;
	color: #FF2767;
	padding-bottom: 20px;
}

.uno, .dos, .tres, .cuatro, .cinco, .seis, .siete, .ocho{
	margin-left: 20px;
	padding: 15px;
}



.bCont{
	display: inline;
	float: left;
	margin-left: -40%;
	margin-top: -80%;
}

.birdImg{
	height: 29vh;
	display: inline;
	float: left;
	margin-top: -75%;
	margin-left: -40%;
}

.birdImg-c{
	height: 29vh;
	display: inline;
	float: left;
	margin-top: -100%;
	margin-left: -70%;
}

.bird-T80{
	margin-top: -80% !important;
}

.bird-90{
	margin-left: -90% !important;
}
.bird-80{
	margin-left: -80% !important;
}

.bird-65{
	margin-left: -65% !important;
}

.bird-100{
	margin-left: -100% !important;
}

.bird-h2{
	height: 25vh !important;
}

.iconos-creditos{
	height: 40px;
	padding-right: 20px;
}

.color{
	color: #FFAB00 !important;
}

.color-u{
	color: #FF2767 !important;
}

.color span{
	color: #000;
}

.color-u span{
	color: #000;
}



.ttl-creditos{
	color: #FFAB00;
	padding: 0px;
	margin: 0px;
}

.ttl-creditos-u{
	color: #FF2767;
	padding: 0px;
	margin: 0px;
}

.data-crt{
	padding: 0px;
	margin: 0px;
}

.ctnd-cdts{
	width: 700px;
	font-size: 16px !important;
}


/*Escucha tambien*/

.escucha{
	padding: 50px;
}

.escucha-tambien{
	margin: 0px;
	background-color: #FFAB00;
}

.escucha-tambien-u{
	margin: 0px;
	background-color: #FF2767;
}

.titulo-escucha{
	padding: 15px 0px 0px 40px;
	font-family: Montserrat;
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}


.titulo-creditos{
	font-family: Monserrat;
	font-weight: bold;
	color: #fff;
	text-align: center;
}




/***********************Media Queries***********************/


@media screen and (min-width: 320px) {

	section#banner_home {
    background-image: url("../img/home-cel.jpg");
}


/*Home*/
.titular-home, .slider_text{
	margin-right: 15px !important;
}

#ttlo-home{
	font-family: Montserrat;
	font-size: 45px;
	text-align: right;
}

#ttlo-home-dos{
	font-family: Montserrat;
	font-size: 25px;
	text-align: right;
}

/*Tradicionales*/
	
	.texto-descripcion{
	margin: 20px;
	padding: 0px 20px 0px 20px !important;
	}

	.ttlo-secciones{
		padding-right: 0px;
		font-size: 30px;
		text-align: center;
	}

	.contenido{
		margin: 10px 0px 20px 20px;

	}
	#c-ttlo{
		font-family: Montserrat;
		font-weight: bold;
		font-size: 16px;
	}

	#c-subttlo{
		font-family: Montserrat medium;
		font-size: 14px; 
	}

	.boton{
		margin: 15px 25px 0px 0px;
		padding: 0px; 
		flex-basis: 0;
		flex-grow:1;
	}

	.ctnd-cdts{
		width: 300px;

	}
	/*Detalles*/

}

@media screen and (min-width: 576px) {

	
/*Home*/

	#ttlo-home{
		font-family: Montserrat;
		font-size: 55px;
		text-align: right;
	}

	#ttlo-home-dos{
		font-family: Montserrat;
		font-size: 30px;
		text-align: right;
	}
/*Tradicionales y urbanas*/
	
	.texto-descripcion{
		margin: 50px;
	}

	.ttlo-secciones{
		padding: 25px;
		font-size: 30px;
		text-align: center;
	}

	.contenido{
		margin: 20px 0px 20px 20px;
		padding-top: 20px;

	}
	#c-ttlo{
		font-family: Montserrat;
		font-weight: bold;
		font-size: 24px;
	}

	#c-subttlo{
		font-family: Montserrat medium;
		font-size: 20px; 
	}

	.boton{
		margin: 10px 15px 0px 0px;
		padding: 0px; 
		flex-basis: 0;
		flex-grow:1;
	}

	.ctnd-cdts{
		width: 380px;
	}
	/*.uno{
		background-color: green;
	}*/

}

@media screen and (min-width: 992px) {

	section#banner_home {
    background-image: url("../img/home.jpg");
}

/*Home*/
	#ttlo-home{
		font-family: Montserrat;
		font-size: 80px;
		text-align: right;
	}

	#ttlo-home-dos{
		font-family: Montserrat;
		font-size: 40px;
		text-align: right;
	}

/*Tradicionales y urbanas*/

	.texto-descripcion{
		margin: 50px;
		padding: 0px 100px 0px 100px !important;
	}

	.ttlo-secciones{
		padding-right: 0px;
		font-size: 60px;
		text-align: center;
	}

	.contenido{
		margin: 5px 0px 10px 10px;
		padding-top: 0px;

	}
	#c-ttlo{
		font-family: Montserrat;
		font-weight: bold;
		font-size: 14px;
	}

	#c-subttlo{
		font-family: Montserrat medium;
		font-size: 11px; 
	}

	.boton{
		margin: 5px 15px 0px 0px;
		padding: 0px; 
		flex-basis: 0;
		flex-grow:1;
	}

	.ctnd-cdts{
		width: 480px;

	}

	/*.uno{
		background-color: red;
	}*/

}
