/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers,
#speakers-jurado {
	padding: 60px 0 30px 0;
}

#speakers .speaker,
#speakers-jurado .speaker {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
/*Escala de grises a imagenes de artistas*/
#speakers .speaker img,
#speakers-jurado .speaker img {
	-webkit-filter: grayscale(100%) contrast(150%) brightness(80%);
	-moz-filter: grayscale(100%) contrast(150%) brightness(80%);
	-ms-filter: grayscale(100%) contrast(150%) brightness(80%);
	-o-filter: grayscale(100%) contrast(150%) brightness(80%);
	filter: grayscale(100%) contrast(150%) brightness(80%);
}
#speakers .speaker .details,
#speakers-jurado .speaker .details {
	background: rgba(96, 110, 3, 0.76); /*rgba(96, 110, 3, 0.76);*/
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
	text-align: center;
	padding-top: 10px;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3,
#speakers-jurado .speaker .details h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

#speakers .speaker .details p,
#speakers-jurado .speaker .details p {
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	font-style: italic;
}

#speakers .speaker .details .social,
#speakers-jurado .speaker .details .social {
	height: 30px;
}

#speakers .speaker .details a,
#speakers-jurado .speaker .details a {
	color: #fff;
}

#speakers .speaker .details a:hover,
#speakers-jurado .speaker .details a:hover {
	color: #e1e1e1;
}

#speakers .speaker:hover .details,
#speakers-jurado .speaker:hover .details {
	bottom: 0;
}

#speakers-details {
	padding: 60px 0;
}
/* #speakers-details #multimedia {
	padding-top: 40px;
} */
#speakers-details #multimedia .social-artist {
	height: 50px;
	background-color: rgba(0, 75, 137, 0.85);
	padding: 10px;
	text-align: center;
}
#speakers-details #multimedia .social-artist a {
	color: #c6c6c6;
	margin-right: 30px;
	transition: 0.3s;
}
#speakers-details #multimedia .social-artist a:hover {
	color: #4e4f4b;
}
/* #speakers-details #multimedia img{
    -webkit-filter: grayscale(100%) contrast(150%) brightness(80%);
    -moz-filter: grayscale(100%) contrast(150%) brightness(80%);
    -ms-filter: grayscale(100%) contrast(150%) brightness(80%);
    -o-filter: grayscale(100%) contrast(150%) brightness(80%);
    filter: grayscale(100%) contrast(150%) brightness(80%);
} */

#speakers-details #eventos_ponente .event__partners {
	display: grid;
	min-height: 330px;
	align-items: center;
}
#speakers-details #eventos_ponentes img {
	-webkit-filter: grayscale(100%) contrast(150%) brightness(80%);
	-moz-filter: grayscale(100%) contrast(150%) brightness(80%);
	-ms-filter: grayscale(100%) contrast(150%) brightness(80%);
	-o-filter: grayscale(100%) contrast(150%) brightness(80%);
	filter: grayscale(100%) contrast(150%) brightness(80%);
}

#speakers-details .details h2 {
	color: #2c2c2c;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
#speakers-details .details-event h2 {
	color: #2c2c2c;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}

#speakers-details .details .social {
	margin-bottom: 15px;
}

#speakers-details .details .social a {
	background: #e9edfb;
	color: #2c2c2c;
	line-height: 1;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding-top: 9px;
}

#speakers-details .details .social a:hover {
	background: #c8d41f;
	color: #fff;
}

#speakers-details .details .social a i {
	font-size: 18px;
}

#speakers-details .details p {
	color: #2c2c2c;
	font-size: 15px;
	margin-bottom: 10px;
}
#speakers-details .details-event p {
	color: #2c2c2c;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: right;
}
.autorF {
	color: #2c2c2c;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 150px;
}
.cVerde {
	color: #a0bc3e !important;
}
.fa-2x {
	font-size: 2em;
}

/*KIOSKO*/

/* input search */
.search {
	padding-left: 25px;
	display: flex;
	align-items: center;
	margin: auto;
	width: 600px;
	height: 54px;
	background-color: white;
	border: solid 1px rgba(51, 48, 0, 0.2);
}

.search_text {
	width: 90%;
	border: none;
	margin-left: 15px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
/* table*/
table {
	width: 100%;
	table-layout: fixed;
	border: solid 1px rgba(51, 48, 0, 0.2); /* border table */
}
.content__table {
	display: grid;
	justify-content: center;
}
.tbl-header {
	background-color: #333;
	max-width: 600px;
}
.tbl-foot {
	background-color: #dbdbdb;
	max-width: 600px;
}
.tbl-content {
	max-width: 600px;
	height: 300px;
	overflow-x: auto;
	margin-top: 0px;
}
tbody {
	background-color: white;
}
th {
	padding: 20px 15px;
	text-align: left;
	font-weight: 600;
	font-size: 12px;
	color: whitesmoke;
	text-transform: uppercase;
}
td {
	padding: 15px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	border-bottom: solid 1px rgba(51, 48, 0, 0.2); /* border table cell */
}
/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #adb1b8;
}

@media only screen and (max-width: 670px) {
	.search {
		width: 300px !important;
	}
}

.d-none {
	display: none;
}

.search-input {
	width: 100%;
	display: flex;
	align-items: center;
}
.search_icon {
	color: #5e6573;
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out; /** Chrome & Safari **/
	-moz-transition: all 0.6s ease-in-out; /** Firefox **/
	-o-transition: all 0.6s ease-in-out; /** Opera **/
}

.search_text:focus {
	outline: none !important;
}

.search_text:focus + .search_icon {
	color: #4451fe;
	transform: translate(55px, 0);
	-webkit-transform: translate(55px, 0);
	-o-transform: translate(55px, 0);
	-moz-transform: translate(55px);
}
.btn_search {
	border-radius: 8rem;
	background: black;
	border-color: transparent;
	color: white;
	width: 30px;
	height: 30px;
}
/*GLOBAL*/
.artistas .box::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 75px);
	height: 100%;
	background: #fff;
	border-radius: 0 50px 0 0;
}
.artistas .box h3 {
	position: relative;
	color: #333;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding-left: 70px;
}
.artistas .box .list {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px;
	margin: 10px 0;
	cursor: pointer;
}
.artistas .box .list:hover::before {
	transition: transform 0.5s;
	transform: scaleX(1);
	transform-origin: left;
}
.artistas .box .list::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
	border-radius: 15px;
}
.artistas .box .list .imgBx {
	position: relative;
	min-width: 70px;
	height: 70px;
	background: #fff;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 8px 5px 15px rgba(0, 0, 0, 0.1);
	margin-right: 20px;
	margin-left: 10px;
	border-radius: 50%;
}
.artistas .box .list .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.artistas .box .list .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	color: #333;
}
.artistas .box .list .content .rank {
	position: absolute;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	transform: scale(0);
	transition: 0.5s;
	top: calc(100% - 50px);
}
.artistas .box .list .content .rank small {
	font-weight: 500;
	opacity: 0.25;
	color: white;
}
.artistas .box .list:hover .content .rank {
	transform: scale(1);
}
.artistas .box .list .content h4 {
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
	transition: 0.3s;
	margin: 0 0 5px 0;
}
.artistas .box .list .content p {
	opacity: 0.85;
	transition: 0.3s;
}
.artistas .box .list:hover .content h4,
.artistas .box .list:hover .content p {
	color: #fff;
}
.section-header {
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 20px;
}
.section-header h2 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-header p {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9195a2;
}
.section-header .info p {
	text-align: justify;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9195a2;
}
.section-header::before {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	bottom: 0;
	left: calc(50% - 25px);
}
#speakers-details .details-event p {
	color: #2c2c2c;
	font-size: 15px;
	margin-bottom: 10px;
	text-align: right;
}
.details-event {
	margin: 0 35px 0;
	content: '';
	/*position: absolute;*/
	display: block;
	/*width: 5px;*/
	height: 100%;
	right: 15px;
}
.details-event i.fa {
	margin-left: 10px;
}

.details-event-descript {
	margin: 25px 0;
}
.artistas .box {
	position: relative;
	/*min-width: 425px;*/
	width: 100%;
	padding: 20px;
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.4);
	border-radius: 0 55px;
}

/*CATEGORIA : Pais invitado */
.main-cards-v3 .cards .card .circle.s-1::before {
	box-shadow: 0 0 0 20px rgba(238, 64, 54, 0.5);
}
.c-1 {
	color: #ee4036 !important;
}
.details-event-1::before {
	background: #ee4036;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-1 {
	background: #ee4036;
}
.artistas .box-1 .list-1::before {
	background: #ee4036;
}
.section-header-1::before {
	background: #ee4036;
}
/*TERMINA CATEGORIA : pais invitado */

/*CATEGORIA : TEMATICA */
.main-cards-v3 .cards .card .circle.s-2::before {
	box-shadow: 0 0 0 20px rgba(59, 94, 171, 0.5);
}
.c-2 {
	color: #3b5eab !important;
}
.details-event-2::before {
	background: #3b5eab;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-2 {
	background: #3b5eab;
}
.artistas .box-2 .list-2::before {
	background: #3b5eab;
}
.section-header-2::before {
	background: #3b5eab;
}
/*TERMINA CATEGORIA : TEMATICA */

/*CATEGORIA : PROGRAMA EDITORIAL */
.main-cards-v3 .cards .card .circle.s-3::before {
	box-shadow: 0 0 0 20px rgba(247, 148, 29, 0.5);
}
.c-3 {
	color: #f7941d !important;
}
.details-event-3::before {
	background: #f7941d;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-3 {
	background: #f7941d;
}
.artistas .box-3 .list-3::before {
	background: #f7941d;
}
.section-header-3::before {
	background: #f7941d;
}
/*TERMINA CATEGORIA : PROGRAMA EDITORIAL */

/*CATEGORIA : NIÑOS */
.main-cards-v3 .cards .card .circle.s-4::before {
	box-shadow: 0 0 0 20px rgba(140, 197, 63, 0.5);
}
.c-4 {
	color: #8cc53f !important;
}
.details-event-4::before {
	background: #8cc53f;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-4 {
	background: #8cc53f;
}
.artistas .box-4 .list-4::before {
	background: #8cc53f;
}
.section-header-4::before {
	background: #8cc53f;
}
/*TERMINA CATEGORIA : NIÑOS */

/*CATEGORIA : PROGRAMA PROFESIONALES */
.main-cards-v3 .cards .card .circle.s-5::before {
	box-shadow: 0 0 0 20px rgba(251, 176, 64, 0.5);
}
.c-5 {
	color: #fbb040 !important;
}
.details-event-5::before {
	background: #fbb040;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-5 {
	background: #fbb040;
}
.artistas .box-5 .list-5::before {
	background: #fbb040;
}
.section-header-5::before {
	background: #fbb040;
}
/*TERMINA CATEGORIA : PROGRAMA PROFESIONALES */

/*CATEGORIA : FUL JOVENES */
.main-cards-v3 .cards .card .circle.s-6::before {
	box-shadow: 0 0 0 20px rgba(0, 167, 157, 0.5);
}
.c-6 {
	color: #00a79d !important;
}
.details-event-6::before {
	background: #00a79d;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-6 {
	background: #00a79d;
}
.artistas .box-6 .list-6::before {
	background: #00a79d;
}
.section-header-6::before {
	background: #00a79d;
}
/*TERMINA CATEGORIA : FUL JOVENES */

/*CATEGORIA : PROGRAMA CULTURAL */
.main-cards-v3 .cards .card .circle.s-7::before {
	box-shadow: 0 0 0 20px rgba(194, 181, 155, 0.5);
}
.c-7 {
	color: #c2b59b !important;
}
.details-event-7::before {
	background: #c2b59b;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-7 {
	background: #c2b59b;
}
.artistas .box-7 .list-7::before {
	background: #c2b59b;
}
.section-header-7::before {
	background: #c2b59b;
}
/*TERMINA CATEGORIA : PROGRAMA CULTURAL */

/*CATEGORIA : CONMEMORACIONES */
/* .main-cards-v3 .cards .card .circle.s-8::before {
	box-shadow: 0 0 0 20px rgba(96, 159, 2, 0.5);
}
.c-8 {
	color: #609f02 !important;
}
.details-event-8::before {
	background: #609f02;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-8 {
	background: #609f02;
}
.artistas .box-8 .list-8::before {
	background: #609f02;
}
.section-header-8::before {
	background: #609f02;
} */
/*TERMINA CATEGORIA : CONMEMORACIONES */

/*CATEGORIA : CARRERA FUL */
/* .main-cards-v3 .cards .card .circle.s-9::before {
	box-shadow: 0 0 0 20px rgba(96, 159, 2, 0.5);
}
.c-9 {
	color: #609f02 !important;
}
.details-event-9::before {
	background: #609f02;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-9 {
	background: #609f02;
}
.artistas .box-9 .list-9::before {
	background: #609f02;
}
.section-header-9::before {
	background: #609f02;
} */
/*TERMINA CATEGORIA : CARRERAFUL */

/*CATEGORIA : PREMIOS Y RECONOCIMIENTOS */
.main-cards-v3 .cards .card .circle.s-11::before {
	box-shadow: 0 0 0 20px rgba(255, 222, 23, 0.5);
}
.c-11 {
	color: #ffde17 !important;
}
.details-event-11::before {
	background: #ffde17;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-11 {
	background: #ffde17;
}
.artistas .box-11 .list-11::before {
	background: #ffde17;
}
.section-header-11::before {
	background: #ffde17;
}
/*TERMINA CATEGORIA : PREMIOS Y RECONOCIMIENTOS */

/*CATEGORIA : JOVENES 2024*/
.main-cards-v3 .cards .card .circle.s-13::before {
	box-shadow: 0 0 0 20px rgba(0, 167, 157, 1);
}
.c-13 {
	color: #00a79d !important;
}
.details-event-13::before {
	background: #00a79d;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-13 {
	background: #00a79d;
}
.artistas .box-13 .list-13::before {
	background: #00a79d;
}
.section-header-13::before {
	background: #00a79d;
}
/*TERMINA CATEGORIA : JOVENES 2024*/

/*CATEGORIA : Niños 2024*/
.main-cards-v3 .cards .card .circle.s-14::before {
	box-shadow: 0 0 0 20px rgba(140, 197, 63, 1);
}
.c-14 {
	color: #8cc53f !important;
}
.details-event-14::before {
	background: #8cc53f;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-14 {
	background: #8cc53f;
}
.artistas .box-14 .list-14::before {
	background: #8cc53f;
}
.section-header-14::before {
	background: #8cc53f;
}
/*TERMINA CATEGORIA : Niños 2024*/

/*CATEGORIA : Coloquio 2024*/
.main-cards-v3 .cards .card .circle.s-15::before {
	box-shadow: 0 0 0 20px rgba( 52, 73, 94, 1);
}
.c-15 {
	color: #34495e !important;
}
.details-event-15::before {
	background: #34495e;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-15 {
	background: #34495e ;
}
.artistas .box-15 .list-15::before {
	background: #34495e ;
}
.section-header-15::before {
	background: #34495e ;
}
/*TERMINA CATEGORIA : Coloquio 2024*/

/*CATEGORIA : Pais-invitado 2024 */
.main-cards-v3 .cards .card .circle.s-17::before {
	box-shadow: 0 0 0 20px rgba(238, 64, 54, 1);
}
.c-16 {
	color: #ee4036 !important;
}
.details-event-16::before {
	background: #ee4036;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-16 {
	background: #ee4036;
}
.artistas .box-16 .list-16::before {
	background: #ee4036;
}
.section-header-16::before {
	background: #ee4036;
}
/*TERMINA CATEGORIA : Pais-invitado 2024 */

/*CATEGORIA : PROGRAMA EDITORIAL 2024 */
.main-cards-v3 .cards .card .circle.s-17::before {
	box-shadow: 0 0 0 20px rgba(247, 148, 29, 1);
}
.c-17 {
	color: #f7941d !important;
}
.details-event-17::before {
	background: #f7941d;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-17 {
	background: #f7941d;
}
.artistas .box-17 .list-17::before {
	background: #f7941d;
}
.section-header-17::before {
	background: #f7941d;
}
/*TERMINA CATEGORIA : PROGRAMA EDITORIAL 2024 */

/*CATEGORIA : PROGRAMA PROFESIONALES 2024*/
.main-cards-v3 .cards .card .circle.s-18::before {
	box-shadow: 0 0 0 20px rgba(175, 122, 197, 1);
}
.c-18 {
	color: #af7ac5 !important;
}
.details-event-18::before {
	background: #af7ac5;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-18 {
	background: #af7ac5;
}
.artistas .box-18 .list-18::before {
	background: #af7ac5;
}
.section-header-18::before {
	background: #af7ac5;
}
/*TERMINA CATEGORIA : PROGRAMA PROFESIONALES  2024*/

/*CATEGORIA : PREMIOS Y RECONOCIMIENTOS 2024 */
.main-cards-v3 .cards .card .circle.s-20::before {
	box-shadow: 0 0 0 20px rgba(255, 222, 23, 1);
}
.c-20 {
	color: #ffde17 !important;
}
.details-event-20::before {
	background: #ffde17;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-20 {
	background: #ffde17;
}
.artistas .box-20 .list-20::before {
	background: #ffde17;
}
.section-header-20::before {
	background: #ffde17;
}
/*TERMINA CATEGORIA : PREMIOS Y RECONOCIMIENTOS 2024*/

/*CATEGORIA : encuentro de poesia 2024 */
.main-cards-v3 .cards .card .circle.s-21::before {
	box-shadow: 0 0 0 21px rgba(250, 128, 114, 1);
}
.c-21 {
	color: #FA8072 !important;
}
.details-event-21::before {
	background: #FA8072;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-21 {
	background: #FA8072;
}
.artistas .box-21 .list-21::before {
	background: #FA8072;
}
.section-header-21::before {
	background: #FA8072;
}
/*TERMINA CATEGORIA : encuentro de poesia 202*/

/*CATEGORIA : PROGRAMA CULTURAL 2024*/
.main-cards-v3 .cards .card .circle.s-24::before {
	box-shadow: 0 0 0 20px rgba(194, 181, 155, 1);
}
.c-24 {
	color: #c2b59b !important;
}
.details-event-24::before {
	background: #c2b59b;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-24 {
	background: #c2b59b;
}
.artistas .box-24 .list-24::before {
	background: #c2b59b;
}
.section-header-24::before {
	background: #c2b59b;
}
/*TERMINA CATEGORIA : PROGRAMA CULTURAL 2024*/

/*CATEGORIA : NOMBRE */
.main-cards-v3 .cards .card .circle.s-id_programa::before {
	box-shadow: 0 0 0 20px rgba(96, 159, 2, 0.5);
}
.c-id_programa {
	color: #609f02 !important;
}
.details-event-id_programa::before {
	background: #609f02;
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	right: 15px;
}
.artistas .box-id_programa {
	background: #609f02;
}
.artistas .box-id_programa .list-id_programa::before {
	background: #609f02;
}
.section-header-id_programa::before {
	background: #609f02;
}
/*TERMINA CATEGORIA : NOMBRE */

#showmore {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	/* background-color: #f5f5f5; */
}

.contenedor-more {
	text-align: center;
	/* background-color: white; */
	padding: 20px;
	border-radius: 8px;
	/* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
}
#botonera {
	transition: 0.3s;
	margin: 10px 5px;
}

#botonMostrarOcultar {
	background-color: #333;
	color: white;
	border: 1px #333;
	padding: 10px 20px;
	border-radius: 50px;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.2s;
}

#botonMostrarOcultar:hover {
	background-color: #e9e9e9;
	color: #333;
	transform: scale(1.05);
}

.oculto {
	display: none;
	transition: 0.3s;
}
.btn-vermas {
	color: #fff;
	background: #8d9700;
	padding: 5px 15px;
	border-radius: 50px;
	border: 2px solid #8d9700;
	transition: all ease-in-out 0.3s;
	font-weight: 600;
	margin-left: 8px;
	margin-top: 2px;
	line-height: 1;
	font-size: 13px;
}
/* Estilo del botón */
.btn-vermas {
    color: #fff;
    background: none;
    padding: 5px 15px;
    border-radius: 50px;
    border: 2px solid none;
    transition: all ease-in-out 0.3s;
    font-weight: 600;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

/* Cambiar color del botón según el evento */
.btn-vermas[class*="c-"] {
    background: inherit;
    border-color: inherit;
}

/* Estilo del botón al pasar el ratón */
.btn-vermas:hover {
    background: none;
    color: #2c2c2c;
}