#header/*
Theme Name: Plantilla CNCA genérica 2021
Author: TIC CNCA
Author URI: http://cultura.gob.cl/
Description: Tema generico para conferencias, eventos y otros.
Version: 1.5
*/


.list2{
	padding: 15px;
	width: 25%;
	float: left;
}

.list2-info{

	display: block;
}

.list2-img{
	background-color: #ccc;
	height: 200px;
	width: 100%;
	display: block;
	background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.list2-nombre{
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 5px 0;
	font-size: 18px;
}
.list2-tipo{
	display: block;
	text-align: center;

}
.t1{
	display: block;
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
}

#cont{
	background-color: #fff;
	padding: 20px 30px;
}

#bread{
	margin: 0;padding: 0;
}
#bread li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#bread li a{
	text-decoration: none;
	padding: 0 20px 10px 0;
	display: block;
	color: #ccc;
}
#musicos-nombre{
	display: block;
	font-size: 34px;
	font-weight: 700;
	margin: 20px 0 0 0;
}
#musicos-tipo{
	display: block;
	font-size: 18px;
	margin: 10px 0;
}
#musicos-img{
	float: left;
	width: 40%;
}
#musicos-img #img{
	width: 100%;
	height: 300px;
	margin: 0 0 20px 0;
}
#musicos-info{
	display: block;
	margin: 10px 0 0 50%;
}

.slide a img{
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}
.slide a span{
	position: absolute;
	bottom: 20px; left: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
}
@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 600px) {
  .list2 {
    padding: 15px;
    width: 100%;
    float: none;
	}
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
    position: absolute;
    width: 100% !important;
}

.bx-wrapper .bx-next {
    right: 10px !important;
}

.share-whatsapp {
	color: #FFF;
	background-color: #25d366;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    width: 70px;
    padding: 2px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 2px;
}
.share-whatsapp:hover {
	background-color: #128c7e;
}



#top-azul{
	width: 58px;
	height: 6px;
	float: left;
	background-color: #0069b8;
}
#top-rojo{
	width: 83px;
	height: 6px;
	background-color: #ff3945;
	float: left;
}
#logo{
	text-decoration: none;
}
#logo span{
	color: #888889;
	display: block;
	padding: 5px 0;
}
