
/* MIS ESTILOS */
.texto_bienvenida{
	width: 70%;
	text-align: center;
}
.card_filter_container{
	width: 100%;
	display: flex;
	flex-direction: row;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.card_container{
	width: 80%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: 30px;

}
.card{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 250px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	margin-right: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	color:#000000 ;
	background-color: white;
}
.card img{
	width: 100%;
	height: 250px;
}
.card .card_info{
	padding: 10px;
}
.card .name{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.filters{
	width: 250px;
	height: 500px;
	background-color: #ffffff;
	position: sticky;
	margin-left: auto;
	top: 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 20px rgba(0,0,0,.1);

}
.filters_header{
	color: white;
	text-align: center;
	background-color:#c99d95;
	border: solid 3px #686969;
	border-radius: 10px 10px 0 0;

}
.filters_footer{
	color: white;
	/* background-color:#ffffff ; */
	border: solid 3px #686969;
	border-width: 0 3px 3px 3px;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
	padding-bottom: 8px;
}
.filters_header p{
	font-size: 24px;
	font-weight: 500;
	height: 30px;
}
.filters_body{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: solid 3px #686969;
	border-width: 0 3px 0 3px;
	/* justify-content: center; */
}
.filters_body .input{
	width: 290px;
	margin: 10px;
	display: flex;
	flex-direction: column;
}
.filter_actor {
	height: 40px;
	width: 100%;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 10px;
	font-size: 20px;
	margin: 5px;
	float: inline-end;
}
/* .filters_body .input-radio{
	width: 300px;
	margin: 10px;
	display: flex;
	flex-direction: column;
} */
.filters_body-radio{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-width: 0 3px 0 3px;
}
.filters_body-radio div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.radio-box{
	width: 290px;
	margin: 10px;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
}
.radio-box label, img{
	margin: 3px 0 0 8px;
	color: #000;
}
/* .radio-box img{
    width: 70px;
    height: 70px;
    object-fit: cover;
} */
.alianzas{
	max-width: 950px;
	margin: 0 auto;
}
.partidos{
	max-width: 950px;
	margin: 0 auto;
}
.partido-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    /*border: 1px solid #ccc;*/
    display: block;
	border-radius: 5px;
}
.radio-check{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.input select{
	width: 100%;
	/* margin-top: 10px; */
}
.input input{
	width: 100%;
	/* margin-top: 10px; */
}
.filters_body .input span{
	font-weight: 400;
}
/* .filters_body input{
	width: 300px;
	margin: 10px;
} */
.btn-sm-icon{
	height: 40px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	background-color: #686969;
	border-radius: 10px;
	color: white ;
	padding: 10px;
	font-size: 20px;
	margin: 5px;
}
.btn-sm-icon img{
	height: 20px;
	margin-left: 5px;
}
.btn-sm-icon p{
	margin: 0;
}
.btn-sm-icon:hover{
	box-shadow:5px 5px 10px #888888;
	cursor: pointer;
}
.btnBD{
	height: 40px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	background-color: #686969;
	border-radius: 10px;
	color: white ;
	padding: 10px;
	font-size: 20px;
	margin: 5px;
	float: inline-end;
}
.btnBD img{
	height: 20px;
	margin-left: 5px;
}
.btnBD p{
	margin: 0;
}
.btnBD:hover{
	box-shadow:5px 5px 10px #888888;
	cursor: pointer;
}
.btnLimpiar{
	height: 40px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	background-color: white;
	border-radius: 10px;
	color: #686969 ;
	padding: 10px;
	font-size: 20px;
	margin: 5px;
}
.btnLimpiar img{
	height: 20px;
	margin-left: 5px;
}
.btnLimpiar p{
	margin: 0;
}
.btnLimpiar:hover{
	box-shadow:5px 5px 10px #888888;
	cursor: pointer;
}
.filters2{
	width: 100%;
	max-width: 1250px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	/* border: solid 5px #732282; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.candidatos_section{
	width: 100%;
	height: 1000px;
	background-color: #0064FF;
	position: absolute;
}
#candidatos{
	background-color:white;
	padding-top: 98px;
}
table{
    color: black;
}
.dataTables_filter {
    background-color: #c99d95;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    margin-bottom: 5px;
	color: white;
    label{
        margin: 0;
        font-size: 16px;
    }
}
.dataTables_filter input[type='search'] {
    border: none;
    background: none;
    color: white;
}
.dataTable thead th {
	background-color: #686969;
	color: white;
}
.dataTable tr td{
    vertical-align: middle;
}
table{
    border-collapse: collapse !important;
}

.conocelesTable {
	border-collapse: separate !important;
	border-spacing: 0 7px !important;
	border: none !important;
	height: 150px;
}

.conocelesTable tbody tr {
    box-shadow: 5px 5px 10px #888888;
    max-height: 350px;
}

.conocelesTable tbody td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	max-height: 300px;
}

/* .conocelesTable tbody td:first-child {
    border-left: 1px solid #eee;
} */

/* .conocelesTable tbody td:last-child {
    width: 100%;
} */
.h-table .row-title-name {
	background-color: #727363;
	color: #ffffff;
	padding: 0;
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	font-size: x-large;
	font-weight: bold;
}
.h-table .row-title {
	background-color: #686969;
	color: #ffffff;
	padding: 0;
	display: flex;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #ffffff;

}
.h-table .row-info {
	text-align: start;
	vertical-align:middle;
	/* box-shadow: 0 0 20px rgba(0,0,0,.5); */
	border-bottom: 2px solid #00000028;
	color: #000000;
}

.h-table td {
	padding: 0 !important;
}

/* .h-table td:first-child { */
	/* padding: 10px !important; */
/* } */

.h-table .t-row {
	display: flex;
	flex-direction: row;
	height: 20%;
}
.counter_box{
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
}
.counter{
	width: 300px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid white;
	padding: 10px;
}
.counter h3{
	font-size: 40px;
	font-weight: 600;
}
.counter span{
	font-size: 14px;
}
.counter:first-child{
	border-width: 0 1px 0 1px;

}
.counter:last-child{
	border-width: 0 1px 0 0;
}
.header{
	width: 100%;
	background-color: #c99d95;
	display: flex;
	flex-direction: column;
	position:sticky;
    top: 0;
	z-index: 999;
}
.progres_SB{
	height: 5px;
	width: 100%;
	background-color: white;
}
.progress{
	height: 100%;
	width: 0%;
	background-color: #727363;
}
.header_inner{
	width: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}
.logo_box{
	background-color:#fff ;
	padding: 10px;
	border-right: 3px solid white;
	/* border-bottom: 3px solid white;  */
}
.menu_options{
    flex: 2;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: end;
}
.option{
	/* width: 150px; */
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	font-family:"Montserrat";
	margin-right: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.option::before{
	position: absolute;
	content: "";
	height: 2px;
	width: 0px;
	top: 65px;
	background-color: #727363;

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.option:has(a:hover)::before{
	width: 150px;
}
.option a:hover{
	color: #727363;
}
.option a{
	color: white;
}
.welcome_box{
	width: 100%;
	height: 94vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index: 2;
}
.welcome_txt{
	font-family: 'Montserrat';
	width: 100%;
	text-align: center;
	color: white;

}
.welcome_txt span{
	color: #c99d95;
}
.welcome_txt h3{
	text-transform: uppercase;
	font-size: 4vh;

}
.welcome_txt p{
	font-size: 3vh;
}
/* .conocelesTable.hover tbody>tr.odd:hover{
	opacity: 50%;
	cursor: pointer;
} */
.clickableRow:hover{
	opacity: 50%;
	cursor: pointer;
	box-shadow: 5px 5px 10px #727363;
	border: 2px solid #727363;
}
.footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px;
	/* margin-top: 50px; */
}
.footer_col{
	width: 300px;
	max-width: 300px;
	margin-right: 30px;
}
/* .conoceles_section#home{
    height: 100vh;
} */

@media (max-width: 1200px) {
	.welcome_box{
		height: auto;
	}
    .conoceles_section#home{
        height: auto !important;
    }
    .conoceles_section#candidaturas{
        /* margin-top: 50px; */
    }
    .welcome_txt p{
        line-height: 1;
    }
    .header{
        position: relative;
    }
    .header .header_inner{
        justify-content: center;
    }
    .header .header_inner .menu_options{
        margin-bottom: auto;
        width: 100%;
        flex:none;
        .option{
            width: 100%;
            margin: 10px;
        }
    }
    .header .header_inner .logo_box{
        width: 100% !important;
        text-align: center;
    }

}

/* canvas{
	display: none;
} */
/* .chart-container {
    max-height: 200px; Ajusta según la altura máxima deseada
}

.chart-canvas {
    display: none; Oculta todas las gráficas por defecto
}

.chart-wrapper {
    position: relative;
    width: 100%;
} */

/* figure, canvas {
    background-color: rgba(255,255,255,.03);
    padding: 10px 10px 30px;
}

canvas {
    width: 100%;
} */

canvas {
	max-height: 450px !important;
}

ul li {
	cursor: pointer;
}

.contenedor-menu{
	height: 612px !important;
	/* background-color: #0064FF; */
}

.contenedor-chart{
	max-height: 612px !important;
	/* background-color: #0064FF; */
}

.selected {
    background-color: #727363;
    color: white;
}
