@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body{
	background:#EEEEEE;
	font-family: "Roboto", sans-serif;
	}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}
/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/*Estilo de link generales*/
a.link-grl{
    color:#EA5045 !important;
    text-decoration: none;
    font-weight: 400;
}
    a.link-grl:hover, a.link-grl:focus{
    color:#F8E800 !important;
    text-decoration: underline;
    font-weight: 400;
}
a.link-grl:visited:hover{
    color:#EA5045;
    text-decoration: none;
    font-weight: 400;
}
/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:auto;
}

#BorderBlack01 p{
	color:#FFF;
	font-size: 1rem;
	margin: 4% 3% 5% 5%;
}
#ZoneHead {
	clear: both;
	float: left;
	width: 96%;
	display: block;
	margin:2%;
    padding: .5rem 0;
}
#ZoneHead img{
	max-height: 65px;
	width: auto;
    display: inline-block;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
}
#ZoneHead .Zone-rostros img{
	max-height: 70px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:2% 2% 3% 6%;
}
/*Estilos para los links de Libros*/
#BorderBlack02  a{
	text-decoration:none;
	color: #FFF;
	font-weight:400;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
} 
#BorderBlack02 a:hover, #BorderBlack02 a:visited:hover{
	text-decoration:underline;
	color: #EA5045 !important;
	font-weight:400;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
#BorderBlack02 a:visited{
	text-decoration:none;
	color: #FFF;
	font-weight:400;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.separador{
    font-size: 1.5rem; 
    color:#fd4539; 
    font-weight: 500;
    vertical-align: middle;
    margin: 0 .5%;
}
/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
	float: none;
	margin: 0 auto;
    padding: 2rem 1rem;
	width: 80%;
	display: block;
    overflow-x: scroll;
    
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	float: none;
	margin: 0 auto;
    padding: 1rem 1rem;
	width: 90%;
	display: block;    
}
#Zone_busca_resultados:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone-all{
	clear: both;
	float: none;
	margin: 0;
	width: 100%;
	display: block;
    background: #FFF;
}
/*Planchando el estilo del botón para el registro de Profesionales*/
.text-white {
  background: #EA5045;
  width: auto;
  margin: 0 auto;
  padding: 1.5%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hover\:bg-blue-700:hover {
  background-color: #333;
}
/*Estilos generales del link*/
a { color: #002c50; text-decoration: none;}
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }
a:active, a:focus{outline:0;}


/*Estilos para la tabla del catálogo de libros*/
/*Tercera tablas para Directorio de expositores*/
table#example3{
	margin:0 auto 3rem auto;
	width:90%;
    font-size:1rem;
    color:#000;
	}
table#example3 th{    
	border-bottom: 3px solid #ccc;
    text-align: center;
	padding:8px;
    background:#EA5045;
    color:#FFF;
    font-size:1rem;
    font-weight: 500;
}
table#example3 tr{    
	border: 1px solid rgba(233,71,63,.6) !important;
}
table#example3 td{    
	padding:1%;
    text-align: left;
}
/*Estilo para trasformar las palabras a versalitas en donde sea necesario*/
table#example3 td > .txt-small{font-variant: small-caps; font-size:1.05rem;}
/*Para cambiar de gris a naranja en el salto de celdas*/
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(233,71,63,0.05) !important;
}
/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
    padding: 0;
	display: block;
}
#Zone_busca01{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 100%;
	display: block;
	text-align:center
}
#Zone_busca01 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca02{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 100%;
	display: block;
	text-align:center
}
#Zone_busca02 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca03{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 100%;
	display: block;
	text-align:center
}
#Zone_busca03 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca04{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 100%;
	display: block;
	text-align:center
}
#Zone_busca04 img{
	max-width: 250px;
	height:auto;
}
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
    padding:1% 0 .5% 0;
	
}
#Zone_footer img{
	max-width: 66%;
	height:auto;
	display: block;
    margin:4% auto;
}

#Zone_footer p{
	color:#FFF;
	font-size:11px;
	text-align:center;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}
.tit-buscador{
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #EA5045;
    font-family: sans-serif;
    text-align: left;
}
#Zone_busca_profesionales .zone-titbuscador {
    margin:1rem auto;
    width: 90%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem auto;
    width: 100%;
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: none;
	width: auto;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 290px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
      float: none;
      width: auto;
      display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 290px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 4rem 0rem 6rem 0rem;
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: none;
    display: block;
    margin: 10% auto;
    padding: 4%;
    width: 90%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
}
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll;
    word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 5px;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 5px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Links del menú ABC*/
.Zone-search p a{
     color: #002c50;
    text-decoration: none;
    font-weight: 500;
}
.Zone-search p a:hover{
     color: #fd4539;
    text-decoration: underline;
    font-weight: 500;
}
.Zone-search p a:active{
     color: #002c50;
    text-decoration: none;
    font-weight: 500;
}
/**/
.Zone-search p a.all-dates{
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: normal;
	padding: .6rem .5rem .4rem .5rem;
    border-radius: 6px;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
	box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    cursor: pointer;
}
.Zone-search p a.all-dates:hover{
    color: #fd4539;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: normal;
    padding: .6rem .5rem .4rem .5rem;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
	box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    cursor: pointer;
}

/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:0 auto;
    padding: 0;
    width: 100%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: 2rem 0 .8rem 0;
    padding: 0 0rem 0 0;
    width: 100%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
    clear: none;
    display: block;
    width: 100%;
    text-align: right;
}
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: 0rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 100%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 83%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: auto;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 100%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 100%;
    float:none;
    margin:0 auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: 100%;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
	padding: 0rem;
	clear: both;
	display: block;
}
.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 100%;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: none;
    margin: 1rem 0 1.5rem 0;
    padding: 0 0rem 0 0;
    width: 100%;
}
.container-filters form select{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}
/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: none;
    width: 100%;
    margin:0rem auto 3rem auto;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: both;
	float: none;
	margin: .5rem 0;
    padding: 0;
	width: 100%;
	display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
	float: none;
    display: block;  
	margin: 0% auto 2rem auto;
    padding: .6rem .5rem;
    width: auto;
    height: 400px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border:1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: auto;
}

.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
    content: "";
    visibility: hidden;
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}

details[open] summary::before {
    content: "Ver -";
    font-weight: 400;
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
} 
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/
/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:4% auto 2% auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 4% 2% 3%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 4% 2% 3%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 4% 2% 3%;
    margin:0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 4% 2% 3%;
    margin:0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float:left;
    margin: 0 0 0 8%;
    width: 30%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:0 auto;
    padding: 0;
    width: 96%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: 100%;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 95%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear: none;
    display: block;
    float: none;
    margin: 1rem auto 0 auto;
    padding: 0 0 0 0px;
    width: 95%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
.zone-description-act p.small-parrafo{
    font-size: 1rem;
    color: #002c50;
    font-weight: 300;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 77%;
    padding: 13px 25px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.6;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li {
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
    line-height: 1.2;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 1rem 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
    z-index: 1000;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}
/*Botón para Ver Programa de cada actividad*/
.btn-view-program, .btn-view-program:visited{
    width: 130px;
    background: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 1rem 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program:hover, .btn-view-program:focus{
    width: 130px;
    background: #002C50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 1rem 0;
    display: inline-block;
}
.btn-view-program:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 1rem 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program i{
    font-weight: 900;
}
/*Programas de cada actividad de profesionales en su caja de luz*/
/* Ocultamos los lightboxes por defecto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 3000;
}
/* El truco: mostrar el lightbox cuando el ID es el objetivo (target) */
.lightbox:target {
    display: flex;
}

/* Estilos de la caja interna y botón de cerrar */
.contenido {
    clear:none;
    display: block;
    background: white;
    width: 76%;
    margin: 3rem auto;
    padding: 25px;
    overflow-y: auto;
    overflow-x:hidden;
    height: 800px;
}
.contenido p{
    width: 96%;
    margin: 0 auto;
}
.contenido h2.program{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #EA5045 !important;
    font-size:1.3rem !important;
    font-weight: bold !important;
}
h3{
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 23px;
}
.tit-cec{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #823250 !important;
    font-size:1rem !important;
    font-weight: bold !important;
}
a.cerrar {
    float: right;
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}
a.cerrar:hover {
    float: right;
    font-size: 25px;
    text-decoration: none;
    color: #823250;
}
.contenido .container-tabla-program{
    background: #FFF;
    padding: 15px;
    width: 90%;
    height: auto;
    overflow-x: auto;
    border: 1px solid #ccc;   
}
table#example2{
    width: 900px;
    height: auto;
    border: 1px solid #dee2e6 !important;
    margin: 0 auto;
    font-size: .95rem;
    color: #000;
    border-collapse: collapse;
    margin-bottom: .6rem;
}
table#example2 tr {
  border: 1px solid rgba(0,186,180, .4);
}
table#example2 td.fecha {
    width: 16%;
    color: #000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table#example2 > tbody > tr > td {
    border-color: #dee2e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 1%;
    text-align: left;
	line-height: 1.8;
}
table#example2 > tbody > tr > td p{
    color:#000 !important;
}
.txt-small {
  font-variant: small-caps;
  font-size: 1.1rem;
}
.gap{
    height:1rem;
}
@media (min-width: 480px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
    color:#FFF;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01 p{
	color: #FFF;
    font-size: .9rem;
    margin: 3% 6% 1% 6%;
    font-weight: 400;
}
#ZoneHead {
	clear: both;
	float: none;
	margin: 0 auto;
    padding: .8rem 0;
	width: 90%;
	display: block;
}
#ZoneHead:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#ZoneHead img{
	max-height: 70px;
	width: auto;
    display: inline-block;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
}
#ZoneHead .Zone-rostros img{
	max-height: 80px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 45px;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:1.5% 2% 1% 6%;
}
/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
	float: none;
	margin: 0 auto;
    padding: 2rem;
	width: 80%;
	display: block;
    overflow-x: scroll;
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone_busca_profesionales #example{
   margin:0 auto; 
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	float: none;
	margin: 0 auto;
    padding: 1rem;
	width: 90%;
	display: block;
}
#Zone_busca_resultados:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: left;
	margin: 0 auto;
    padding: 1rem 2rem 2rem 2rem;
	width: 80%;
	display: block;
}
#Zone_busca01{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 50%;
	display: block;
	text-align:center;
}
#Zone_busca01 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca02{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 50%;
	display: block;
	text-align:center;
}
#Zone_busca02 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca03{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 50%;
	display: block;
	text-align:center;
}
#Zone_busca03 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca04{
	clear: both;
	float: none;
	margin: 5% auto 30px auto;
	width: 50%;
	display: block;
	text-align:center;
}
#Zone_busca04 img{
	max-width: 250px;
	height:auto;
}
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
	
}
#Zone_footer img{
	max-width: 60%;
	height:auto;
	display: block;
	text-align:center;
	margin:1rem auto;
}
#Zone_footer p{
	color:#FFF;
	font-size:13px;
	text-align:center;
	font-weight:normal;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}

#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem auto;
    width: 100%;
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: none;
	width: auto;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 350px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
      float: none;
      width: auto;
      display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 350px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 4rem 0rem 6rem 0rem;
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: none;
    display: block;
    margin: 10% auto;
    padding: 4%;
    width: 90%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
}
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll;
    word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 5px;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 8px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:0 auto;
    padding: 0;
    width: 100%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: .8rem 0;
    padding: 0 0rem 0 0;
    width: 100%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
    clear: none;
    display: block;
    width: 100%;
    text-align: right;
}
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: 0rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 100%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 54%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: auto;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 100%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 100%;
    float:none;
    margin:0 auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: 100%;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
    padding-right: 1rem;
    padding-left: 0;
	clear: both;
	display: block;
}
.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 100%;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: none;
    margin: 1rem auto 1.5rem auto;
    padding: 0 0rem 0 0;
    width: 100%;
}
.container-filters form select{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 1.3rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}
/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: both;
	float: none;
	margin: .5rem 0;
    padding: 0;
	width: 100%;
	display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
    display: block; 
    float: none; 
	margin:  0% auto 2rem auto;
    padding: .6rem .5rem;
    width: auto;
    height: 400px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border:1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: scroll;
}
.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
  content: "";
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}
details[open] summary::before {
     content: "Ver -";
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
}
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/
/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:0 auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    margin:0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    margin:0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float: left;
    margin: 0 0 0 18%;
    width: 22%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1% 2%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: 100%;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear:none;
    display: block;
    float: none;
    margin:0 auto;
    padding: 0;
    width: 90%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear:none;
    display: block;
    float: left;
    margin:5% 0 0 0;
    padding: 0 0 0 30px;
    width: 90%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 80%;
    padding: 15px 20px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.5;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li {
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 1rem 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}
    /*Botón para Ver Programa de cada actividad*/
.btn-view-program, .btn-view-program:visited{
    width: 130px;
    background: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program:hover, .btn-view-program:focus{
    width: 130px;
    background: #002C50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}
.btn-view-program:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Programas de cada actividad de profesionales en su caja de luz*/
/* Ocultamos los lightboxes por defecto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 3000;
}
/* El truco: mostrar el lightbox cuando el ID es el objetivo (target) */
.lightbox:target {
    display: flex;
}

/* Estilos de la caja interna y botón de cerrar */
.contenido {
    clear:none;
    display: block;
    background: white;
    width: 80%;
    margin: 3rem auto;
    padding: 30px;
    overflow-y: auto;
    height: 800px;
}
.contenido p{
    width: 94%;
    margin: 0 auto;
}
.contenido h2.program{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #EA5045 !important;
    font-size:1.3rem !important;
    font-weight: bold !important;
}
h3{
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 23px;
}
.tit-cec{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #823250 !important;
    font-size:1rem !important;
    font-weight: bold !important;
}
a.cerrar {
    float: right;
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}
a.cerrar:hover {
    float: right;
    font-size: 25px;
    text-decoration: none;
    color: #823250;
}
.contenido .container-tabla-program{
    background: #FFF;
    padding: 15px;
    width: 90%;
    height: auto;
    overflow-x: auto;
    border: 1px solid #ccc;  
    
}
table#example2{
    width: 900px;
    height: auto;
    border: 1px solid #dee2e6 !important;
    margin: 0 auto;
    font-size: .95rem;
    color: #000;
    border-collapse: collapse;
    margin-bottom: .6rem;
}
table#example2 tr {
  border: 1px solid rgba(0,186,180, .4);
}
table#example2 td.fecha {
    width: 16%;
    color: #000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table#example2 > tbody > tr > td {
    border-color: #dee2e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 1%;
    text-align: left;
	line-height: 1.8;
}
table#example2 > tbody > tr > td p{
    color:#000 !important;
    width: auto;
}
.txt-small {
  font-variant: small-caps;
  font-size: 1.1rem;
}
.gap{
    height:1rem;
}    
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media (min-width: 768px) {
.gridContainer {
	width: 100%;
	max-width: auto;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	padding-left:0;
	width: 100%;
	height:45px;
	display: block;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01 p{
	color: #FFF;
    font-size: 1.3rem;
    margin: 1.8% 6% 1% 6%;
    padding-left: 0;
    font-weight: 400;
}
#ZoneHead {
	clear: none;
	display: block;
	float: none;
	width: 87%;
	margin:5.5rem auto 1rem auto;
    padding: 0;
}
#ZoneHead img{
	max-height: 70px;
	width: auto;
    display: inline-block;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
}
#ZoneHead .Zone-rostros img{
	max-height: 80px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:1.1% 7% 1% 7%;
}

/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	display: block;
    overflow-x: auto;
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	display: block;
    float: none;
    width: 80%;
	margin: 0 auto;
	padding: 1rem 0;
    }
#Zone_busca_resultados:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:0px;
}

/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 100%;
    padding:1rem 0rem 1rem 0rem;
	display: block;
}
#Zone_botones_busca:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone_busca01{
	clear: both;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca02{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca03{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca03 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca04{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca04 img{
	max-width: 250px;
	height:auto;
}
#Zone_busca01, #Zone_busca02{
	margin: 6rem 0rem 3rem 0rem;
}
#Zone_busca03, #Zone_busca04{
	margin: 3rem 0rem 10rem 0rem;
}
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
	
}
#Zone_footer img{
	max-width: 50%;
	height:auto;
	display: block;
	text-align:center;
	margin:.5rem auto 0 auto;
}

#Zone_footer p{
	color:#FFF;
	font-size:13px;
	text-align:center;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem auto;
    width: auto
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 340px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 340px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 12rem 0rem 17rem 0rem;
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: left;
    display: block;
    margin: 3% 1%;
    padding: 2% 1%;
    width: 45%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
}
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll;
    word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 5px;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 6px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:2rem 0;
    padding: 0;
    width: 100%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: .3rem 2.2rem 0 0;
    padding: 0 1.5rem 0 0;
    width: 40%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
	clear: none;
    display: block;
    width: 80%;
    float: none;
    margin: 2rem auto 1rem auto;
    padding: 0;
}
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: .35rem 0 0 0;
    padding: 0 2rem 0 0;
    width: 35%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 100%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 80%;
    float:none;
    margin:0 auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: 100%;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
	padding: 0 2rem 0 0;
	clear: none;
	display: inline-block;
}
.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0;
    width: auto;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: left;
    margin: 0rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 35%;
}
.container-filters form select{
    margin: 0rem 0 1rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 1rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 1rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}
/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: left;
    width: 60%;
    margin: 0rem 0 3rem 3%;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: both;
	float: none;
	margin: 0rem 0 .5rem 0;
    padding: 0;
	width: 100%;
	display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
	float: left;
    display: block;  
	margin: 0% 0rem 3% 0%;
    padding: 1.2% 2% 1% 2%;
    width: auto;
    height: 400px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border:1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: auto;
}

.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
  content: "";
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}
details[open] summary::before {
     content: "Ver -";
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
}
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/
/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:4% auto 2% auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    margin:0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1.5% 2%;
    margin:0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float: left;
    margin: 0 0 0 14%;
    width: 27%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 2% 2% 1% 2%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:50px auto 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: 100%;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear:none;
    display: block;
    float: left;
    margin:0;
    padding: 0;
    width: 35%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear:none;
    display: block;
    float: left;
    margin:0 ;
    padding: 0 0 0 30px;
    width: 60%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 75%;
    padding: 23px 35px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.8;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li {
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}
/*Botón para Ver Programa de cada actividad*/
.btn-view-program, .btn-view-program:visited{
    width: 130px;
    background: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 .5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program:hover, .btn-view-program:focus{
    width: 130px;
    background: #002C50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 .5rem 0 0;
    display: inline-block;
}
.btn-view-program:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 .5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Programas de cada actividad de profesionales en su caja de luz*/
/* Ocultamos los lightboxes por defecto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 3000;
}
/* El truco: mostrar el lightbox cuando el ID es el objetivo (target) */
.lightbox:target {
    display: flex;
}

/* Estilos de la caja interna y botón de cerrar */
.contenido {
    clear:none;
    display: block;
    background: white;
    width: 86%;
    margin: 3rem auto;
    padding: 30px;
    overflow-y: auto;
    height: 800px;
}
.contenido p{
    width: 95%;
    margin: 0 auto;
}
.contenido h2.program{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #EA5045 !important;
    font-size:1.3rem !important;
    font-weight: bold !important;
}
h3{
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 23px;
}
.tit-cec{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #823250 !important;
    font-size:1rem !important;
    font-weight: bold !important;
}
a.cerrar {
    float: right;
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}
a.cerrar:hover {
    float: right;
    font-size: 25px;
    text-decoration: none;
    color: #823250;
}
.contenido .container-tabla-program{
    margin:0 auto;
    background: #FFF;
    padding: 5px;
    width: 96%;
    height: auto;
    overflow-x: auto;
    border: none;  
}
table#example2{
    width:100%;
    height: auto;
    border: 1px solid #dee2e6 !important;
    margin: 0 auto;
    font-size: .95rem;
    color: #000;
    border-collapse: collapse;
    margin-bottom: .6rem;
}
table#example2 tr {
  border: 1px solid rgba(0,186,180, .4);
}
table#example2 td.fecha {
    width: 16%;
    color: #000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table#example2 > tbody > tr > td {
    border-color: #dee2e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 1%;
    text-align: left;
	line-height: 1.8;
}
table#example2 > tbody > tr > td p{
    color:#000 !important;
}
.txt-small {
  font-variant: small-caps;
  font-size: 1.1rem;
}
.gap{
    height:1rem;
}    
}

@media (min-width: 992px) {
#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01 p{
	color: #FFF;
    font-size: 1.5rem;
    margin: 1% 5% 1.5% 5%;
    padding: 0;
    font-weight: 400;
}
#ZoneHead {
	clear: none;
	display: block;
	float: none;
	width: 87%;
	margin:6rem auto 1rem auto;
    padding: 0;
}
#ZoneHead img{
	max-height: 80px;
	width: auto;
    display: inline-block;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
}
#ZoneHead .Zone-rostros img{
	max-height: 90px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height: 45px;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:1% 6%;
}
/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	display: block;
    overflow-x: auto;
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	float: none;
	margin: 0 auto;
	padding: 1rem 0 1rem 0;
    width: 82%;
	display: block;
}
#Zone_busca_resultados:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:0px;
}
/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 90%;
    padding: 1rem 0 0 0;
	display: block;
}
#Zone_botones_busca:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone_busca01{
	clear: none;
	float: left;
	margin: 5% 0 30px 3%;
	width: 50%;
	display: block;
}
#Zone_busca01 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca02{
	clear: none;
	float: left;
	margin: 5% 0 30px 3%;
	width: 50%;
	display: block;
}
#Zone_busca02 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca03{
	clear: none;
	float: left;
	margin: 5% 0 30px 3%;
	width: 50%;
	display: block;
}
#Zone_busca03 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca04{
	clear: none;
	float: left;
	margin: 5% 0 30px 3%;
	width: 50%;
	display: block;
}
#Zone_busca04 img{
	max-width: 300px;
	height:auto;
}

#Zone_busca01, #Zone_busca02{
	margin: 6rem 0rem 3rem 0rem;
}
#Zone_busca03, #Zone_busca04{
	margin: 3rem 0rem 10rem 0rem;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem 0;
    width: 90%;
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 12rem 0rem 17rem 0rem;
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: left;
    display: block;
    margin: .7% 0 .7% 2.5%;
    padding: 2% .5% 1.5% .5%;
    width: 45%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
}
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll;
     word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 4px;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 2px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:0 auto;
    padding: 0;
    width: 100%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: .3rem 0 0 0;
    padding: 0 2rem 0 0;
    width: 30%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
	clear: none;
    display: block;
    width: 35%;
    float: right;
    margin: 0;
    padding: 0;
  }
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: .35rem 0 0 0;
    padding: 0 2rem 0 0;
    width: 25%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 100%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 70%;
    float:none;
    margin:0 auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: 70%;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
	padding: 0 0 0 2rem;
    clear: none;
    display: inline-block;
}

.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: none;
    margin: .2rem 0 0 0;
    padding: 0 0rem 0 0;
    width: auto;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
}
.container-filters form select{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}
/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: left;
    width: 67%;
    margin:0rem 0 3rem 1rem;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: none;
    float: none;
    margin: 0rem 0 .5rem 0;
    padding: 0;
    width: auto;
    display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
    float: left;
    display: block;
    margin: 0% 1rem 3% 0%;
    padding: 1.2% .8% 1% .8%;
    width: 45%;
    height: 460px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: scroll;
}

.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
  content: "";
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}
details[open] summary::before {
    content: "Ver -";
    font-weight: 400;
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
} 
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/
/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:4% auto 2% auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1.5% 1.5% 1% 1.5%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1.5% 1.5% 1% 1.5%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1.5% 1.5% 1% 1.5%;
    margin:0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1.5% 1.5% 1% 1.5%;
    margin:0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float: left;
    margin: 0 0 0 26%;
    width: 20%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1.5% 1.5% 1% 1.5%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
}
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
	
}
#Zone_footer img{
	max-width: 38%;
	height:auto;
	display: block;
	text-align:center;
	margin:.5rem auto 0 auto;
}

#Zone_footer p{
	color:#FFF;
	font-size:13px;
	text-align:center;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem auto;
    width: auto;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:50px auto 0 auto;
    padding: 0;
    width: 96%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: 100%;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear:none;
    display: block;
    float: left;
    margin:0;
    padding: 0;
    width: 35%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear:none;
    display: block;
    float: left;
    margin:0 ;
    padding: 0 0 0 30px;
    width: 60%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    position: relative;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 65%;
    padding: 23px 35px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.8;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li {
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}
/*Botón para Ver Programa de cada actividad*/
.btn-view-program, .btn-view-program:visited{
    width: 130px;
    background: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program:hover, .btn-view-program:focus{
    width: 130px;
    background: #002C50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}
.btn-view-program:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Programas de cada actividad de profesionales en su caja de luz*/
/* Ocultamos los lightboxes por defecto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 3000;
}
/* El truco: mostrar el lightbox cuando el ID es el objetivo (target) */
.lightbox:target {
    display: flex;
}

/* Estilos de la caja interna y botón de cerrar */
.contenido {
    clear:none;
    display: block;
    background: white;
    width: 80%;
    margin: 3rem auto;
    padding: 30px;
    overflow-y: auto;
    height: 800px;
}
.contenido p{
    width: 90%;
    margin: 0 auto;
}
.contenido h2.program{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #EA5045 !important;
    font-size:1.3rem !important;
    font-weight: bold !important;
}
h3{
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 23px;
}
.tit-cec{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #823250 !important;
    font-size:1rem !important;
    font-weight: bold !important;
}
a.cerrar {
    float: right;
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}
a.cerrar:hover {
    float: right;
    font-size: 25px;
    text-decoration: none;
    color: #823250;
}
.contenido .container-tabla-program{
    background: #FFF;
    padding: 15px;
    width: auto;
    height: auto;
    overflow-x: auto;
    border: none;  
}
table#example2{
    width: 96%;
    height: auto;
    border: 1px solid #dee2e6 !important;
    margin: 0 auto;
    font-size: .95rem;
    color: #000;
    border-collapse: collapse;
    margin-bottom: .6rem;
}
table#example2 tr {
  border: 1px solid rgba(0,186,180, .4);
}
table#example2 td.fecha {
    width: 20%;
    color: #000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table#example2 > tbody > tr > td {
    border-color: #dee2e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 1%;
    text-align: left;
	line-height: 1.8;
}
table#example2 > tbody > tr > td p{
    color:#000 !important;
}
.txt-small {
  font-variant: small-caps;
  font-size: 1.1rem;
}
.gap{
    height:1rem;
}
}

/*Aquí inician la media querie a partir de 1200px para arriba*/
@media (min-width: 1200px){
#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01 p{
	color: #FFF;
    font-size: .9rem;
    margin:1% 7% .5% 7%;
    font-weight: 400;
    padding: 0 0 0 0;
}
#ZoneHead {
	clear: both;
	display: block;
	float: none;
	width: 87%;
	margin:4rem auto 1rem auto;
    padding: 2rem 0 .5rem 0;
}
#ZoneHead img{
	max-height: 86px;
	width: auto;
    display: inline-block;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
}
#ZoneHead .Zone-rostros img{
	max-height: 100px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:.7% 7% 1% 7%;
}
/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
	float: none;
	margin: 0 auto;
	max-width: 100%;
	display: block;
    overflow-x: auto;
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 82%;
	display: block;
}
#Zone_busca_resultados:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:0px;
}
/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: none;
	margin: 0 auto;
    width: 90%;
    padding: 1rem;
	display: block;
}
#Zone_botones_busca:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone_busca01{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca02{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca03{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca03 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca04{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca04 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca01, #Zone_busca02{
	margin: 6rem 0rem 3rem 0rem;
}
#Zone_busca03, #Zone_busca04{
	margin: 3rem 0rem 10rem 0rem;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
} 
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem 0;
    width: 90%;
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 12rem 0rem 17rem 0rem;
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: left;
    display: block;
    margin: .7% 0 .7% 1.1%;
    padding: 1.35% .65% .65% .65%;
    width: 30%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
}
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll; 
  	word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 5px;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 5px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:0 auto;
    padding: 0;
    width: 90%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: .35rem .7rem 0 .7rem;
    padding: 0 2rem 0 0;
    width: 24%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
	clear: none;
    display: block;
    width: 40%;
    float: right;
    margin: 0;
    padding: 0;
}
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: .35rem 0 0 0;
    padding: 0 2rem 0 0;
    width: 23%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 70%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 85%;
    float:none;
    margin:0 auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
	padding: 0 0 0 2rem;
    clear: none;
    display: inline-block;
}
.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0 0rem 0 0;
    width: auto;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: left;
    margin: 0rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 26%;
}
.container-filters form select{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}
/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: left;
    width: 72%;
    margin:0rem 0 3rem 1.5%;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: both;
	float: none;
	margin: 0rem 0 .5rem 0;
    padding: 0;
	width: auto;
	display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
	float: left;
    display: block;  
	margin: 0% .5rem 3% 0;
    padding: 1.2% 1.3% 1% .8%;
    width: 29%;
    height: 400px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border:1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: scroll;
}

.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
  content: "";
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}
details[open] summary::before {
    content: "Ver -";
    font-weight: 400;
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
}
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/
/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:4% auto 2% auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding:.8% 1.5% .5% 1.5%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding:.8% 1.5% .5% 1.5%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: .8% 1.5% .5% 1.5%;
    margin:0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding:.8% 1.5% .5% 1.5%;
    margin:0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float: left;
    margin: 0 0 0 30%;
    width: 14%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: .8% 1.5% .5% 1.5%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
}
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
	
}
#Zone_footer img{
	max-width:25%;
	height:auto;
	display: block;
	text-align:center;
	margin:.5rem auto 0 auto;
}

#Zone_footer p{
	color:#FFF;
	font-size:1.56rem;
	text-align:center;
    font-weight: 200;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem auto;
    width: 80%;
}
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem auto;
    width: auto;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:0 auto;
    padding: 50px 0 0 0;
    width: 85%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: 100%;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear:none;
    display: block;
    float: left;
    margin:0;
    padding: 0;
    width: 35%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear:none;
    display: block;
    float: left;
    margin:0 ;
    padding: 0 0 0 30px;
    width: 60%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 45%;
    padding: 23px 35px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.8;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li {
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:.5rem 0 0 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:.5rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}
/*Botón para Ver Programa de cada actividad*/
.btn-view-program, .btn-view-program:visited{
    width: 130px;
    background: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-view-program:hover, .btn-view-program:focus{
    width: 130px;
    background: #002C50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
}
.btn-view-program:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    margin: 0 1.5rem 0 0;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Programas de cada actividad de profesionales en su caja de luz*/
/* Ocultamos los lightboxes por defecto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 3000;
}
/* El truco: mostrar el lightbox cuando el ID es el objetivo (target) */
.lightbox:target {
    display: flex;
}

/* Estilos de la caja interna y botón de cerrar */
.contenido {
    clear:none;
    display: block;
    background: white;
    width: 70%;
    margin: 5rem auto;
    padding: 80px 30px;
    overflow-y: auto;
    height: 700px;
}
.contenido p{
    width: 90%;
    margin: 0 auto;
}
.contenido h2.program{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #EA5045 !important;
    font-size:1.3rem !important;
    font-weight: bold !important;
}
h3{
    text-transform: uppercase;
    text-align: center;
    color: #333;
    line-height: 23px;
}
.tit-cec{
    text-transform: uppercase !important;
    text-align: center !important;
    color: #823250 !important;
    font-size:1.2rem !important;
    font-weight: bold !important;
}
a.cerrar {
    float: right;
    font-size: 1.5rem;
    color: #999;
    text-decoration: none;
}
a.cerrar:hover {
    float: right;
    font-size: 25px;
    text-decoration: none;
    color: #823250;
}
.contenido .container-tabla-program{
    background: #FFF;
    padding: 15px;
    width: 90%;
    height: auto;
    overflow-x: auto;
    border: none;  
}
table#example2{
    width: 96%;
    height: auto;
    border: 1px solid #dee2e6 !important;
    margin: 0 auto;
    font-size: .95rem;
    color: #000;
    border-collapse: collapse;
	margin-bottom: 2rem;
}
table#example2 th {
  border-bottom: 3px solid #ccc;
  text-align: center;
  padding: 8px;
  font-size: 1.2rem;
}
table#example2 tr {
  border: 1px solid rgba(0,186,180, .4);
}
table#example2 td.fecha {
    width: 16%;
    color: #000;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
table#example2 > tbody > tr > td {
    border-color: #dee2e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    padding: 1%;
    text-align: left;
	line-height: 1.8;
}
table#example2 > tbody > tr > td p{
    color:#000 !important;
}
.txt-small {
  font-variant: small-caps;
  font-size: 1.1rem;
}
.gap{
    height:1rem;
}
}


@media (min-width:1920px){
#BorderBlack01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:45px;
	display: block;
	background: #002c50;
    border-bottom: 3px solid #EA5045;
}
#BorderBlack01 p{
	color: #FFF;
    font-size: 1.5rem;
    margin: .65% 10% 0% 10%;
    font-weight: 400;
    padding: 0 0 0 0;
}
#ZoneHead {
	clear: both;
	display: block;
	float: none;
	width: 80%;
	margin:0rem auto 0rem auto;
    padding: 0;
}
#ZoneHead img{
	max-height: 110px;
	width: auto;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 1.8rem 0 1.8rem 0;
}
#ZoneHead .Zone-rostros{
	clear: none;
    display: block;
    float: right;
    width: auto;
    margin:0;
}
#ZoneHead .Zone-rostros img{
	max-height: 110px;
	width: auto;
    display: inline-block !important;
}
#BorderBlack02{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:55px;
	display: block;
	background:#333;
	border-top:3px solid #fd4539;
}
#BorderBlack02 p{
	margin:.65% 10% 0% 10%;
}    
/*Zona para los botones de búsqueda dentro del CEC*/
#Zone_botones_busca{
	clear: both;
	float: none;
	margin: 0 auto;
    width: 90%;
    padding: 1rem;
	display: block;
}
/*Zona para la sección de búsqueda de Profesionales*/
#Zone_busca_profesionales{
	clear: both;
    float: none;
    margin: 0 auto;
    max-width: 90%;
    display: block;
    overflow-x: auto;
}
#Zone_busca_profesionales:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
/*Zona para la sección de búsquedas*/
#Zone_busca_resultados{
	clear: both;
	float: none;
	margin: 0 auto;
	width: 70%;
	display: block;
}
#Zone_busca_resultados:after{
content: "."; 
display:block;
clear:both;
visibility:hidden;
height:0px;
}

#Zone_botones_busca:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
#Zone_busca01{
	clear: none;
	float: left;
	width: 25%;
	display: block;
}
#Zone_busca01 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca02{
	clear: none;
	float: left;
	width: 25%;
	display: block;
}
#Zone_busca02 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca03{
	clear: none;
	float: left;
	width: 25%;
	display: block;
}
#Zone_busca03 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca04{
	clear: none;
	float: left;
	width: 25%;
	display: block;
}
#Zone_busca04 img{
	max-width: 300px;
	height:auto;
}
#Zone_busca01, #Zone_busca02, #Zone_busca03, #Zone_busca04{
	margin: 12rem 0rem 17rem 0rem;
}
#Zone_botones_busca .zone-titbuscador{
    margin:1rem auto;
    width: 90%;
}
#Zone_busca_profesionales .zone-titbuscador{
    margin:1rem 0;
    width: 90%;
} 
#Zone_busca_resultados .zone-titbuscador{
    margin:1rem 0;
    width: 90%;
}
/*Solamenta para 2 opciones de los buscadores*/
#Zone_busca01-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca01-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}
#Zone_busca02-b{
	clear: none;
	float: left;
	width: 50%;
	display: block;
}
#Zone_busca02-b img{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 400px;
	height:auto;
}
#Zone_busca01-b, #Zone_busca02-b{
	margin: 12rem 0rem 17rem 0rem;
}
/*Contenedor general para el buscador y el option por profesion*/
.Zone-search-grl{
    clear: none;
    display: block;
    float:none;
    margin:0 auto;
    padding: 0;
    width: 80%;
}
.Zone-search-grl:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.container-profession{
    clear: none;
    display: block;
    float: right;
    margin: .2rem 0 0 0;
    padding: 0 3rem 0 0;
    width: 25%;
    text-align: right;
    font-size: 16px !important;
}
.container-profession form select{
    margin: 0 0 0 0;
    padding: .5rem;
    width: auto;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(0,186,180, .6);
    border-radius: 6px;
}
/*Estilos para el form Search*/
.Container-search-right{
    clear: none;
    display: block;
    width: 45%;
    float:right;
    margin:0;
    padding: 0;
}
.Container-search-right input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0,186,180, .6);
  border-radius: 90px;
  font-size: 16px;
  background-color: white;
  background-image: url("../images/icono-search.png");
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 14px 18px 10px 40px;
}
/*Botón para Descargar excel de Profesionales*/
.Zone-search-grl .container-btn-dwload{
	clear: none;
    display: block;
    float: right;
    margin: .35rem 0 0 0;
    padding: 0 2rem 0 0;
    width: 20%;
    text-align: right;
    font-size: 16px !important;
	}
.Zone-search-grl .container-btn-dwload form input.dwload-file{
    margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: rgba(0,186,180, .2);
    border: 1px solid rgba(0,186,180, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(0,186,180, .4);
    text-align: center;
    color: #000;
}
.Zone-search-grl .container-btn-dwload form input.dwload-file:hover{
	margin: .1rem auto;
    padding: .4rem .5rem .4rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #fff;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: center;
    color: #fd4539;
}
/*Estilos para los links menú*/
.Zone-search {
    clear:none;
    display: block;
    float: none;
    margin: 0 auto;
    width: auto;
}
 .Zone-search p{
     text-align: center;
     font-size: 1.5rem;
     letter-spacing: 8px;
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards{
    clear: both;
	float: none;
	margin: .5rem 0;
	max-width: 100%;
	display: block;
}
.Zone-cards:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards .card-profesional{
    clear: none;
	float: left;
    display: block;  
	margin: .7% .45%;
    padding: 1.2% .8% 1% .8%;
    width: 22%;
    height: 250px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border: 1px solid rgba(253,69,57, .2);
    box-sizing: content-box;

} 
.Zone-cards .card-profesional .box-card-scroll{
    width: auto;
    height: 245px;
    overflow-y: scroll; 
    word-wrap: break-word;
}  
.card-profesional p{
    font-size: .95rem;
    line-height: 1.2;
    margin: 5px;
    word-wrap: break-word;
}

/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/************************+++++++++++++++++++++++++++++++++++++++++++++++++++++++*******************/
/********************FILUNI 2025 estilos para el buscador para los eventos ***********************/
/*Estilo para el buscador de los eventos, esto inicia en la Filuni 2025*/
    
.Zone-search-event{
    clear: none;
    display: block;
    float:none;
    margin:0px auto 1rem auto;
    padding: 0;
    width: 100%;
}
.Zone-search-event:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
/*Estilos para el form Search*/
.Container-search-center{
    clear: none;
    display: block;
    width: 60%;
    float: none;
    margin: 0 auto 1.5rem auto;
    padding: 0;
}
.Container-search-center input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,44,80, .6);
    border-radius: 90px;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/icono-search.png");
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 14px 18px 10px 40px;
    box-shadow: 1px 1px 5px rgba(0,44,80, .3);
}
.Zone-event-type{
    clear: none;
    display: block;
    width: 70%;
    float:none;
    margin:1rem auto;
    padding: .5rem 0 0 0;
    text-align: center;
    font-size: 1rem;
}
.Zone-event-type .form-eventType{
    clear: none;
    display: block;
    width: auto;
    float:none;
    margin:0;
    padding: 0;
}
.form-eventType .form-check-label {
	padding: 0 0 0 2rem;
    clear: none;
    display: inline-block;
}
.form-eventType input[type=radio] {
    accent-color: rgba(0,186,180, .6);
    color: gray;
    border: 1px solid rgba(0,186,180, .6);
    background-color: white;
}
/*Aquí inicia el espacio para los filtros y los resultados de cualquier búsqueda*/
.container-results{
    clear: none;
    display: block;
    float: left;
    margin: .2rem 0 0 0;
    padding: 0 0 0 0;
    width: auto;
}
.container-results:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 1px;
  }
.container-results .container-filters{
    clear: none;
    display: block;
    float: left;
    margin: 0rem 0 0 0;
    padding: 0 0rem 0 0;
    width: 20%;
}
.container-filters form select{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(130,50,80, .4);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(130,50,80, .2);
}
/*Botón para limpiar los filtros*/
.container-filters form input.btn-clean{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background:  rgba(248,232,0, .2);
    border: 1px solid rgba(0,44,80, .4);
    box-shadow: 1px 1px 5px  rgba(0,44,80, .4);
    border-radius: 6px;
    text-align: left;
    color:#823250;
}
.container-filters form input.btn-clean:hover{
    margin: 0rem 0 .6rem 0;
    padding: .8rem .5rem .6rem .5rem;
    width: 100%;
    font-size: 16px !important;
    background: #FFF;
    border: 1px solid rgba(253,69,57, .2);
    border-radius: 6px;
    box-shadow: 1px 1px 5px rgba(253,69,57, .2);
    text-align: left;
    color:#fd4539;
}

/*Aquí inicia el espacio para los resultados de las búsqueda*/
.container-results-events{
    clear: none;
    display: block;
    float: left;
    width: 78%;
    margin: 0rem 0 3rem 1.5rem;
    padding: 0 0 0 0;
}
 
/*Estilo para la zona de las cards para los resultados de los profesionales*/
.Zone-cards-events{
    clear: both;
	float: none;
	margin: 0rem 0 .5rem 0;
    padding: 0;
	width: auto;
	display: block;
}
.Zone-cards-events:after{
    content: "."; 
    display:block;
    clear:both;
    visibility:hidden;
    height:0px;
}
.Zone-cards-events .card-events{
    clear: none;
	float: left;
    display: block;  
	margin: 0% 1rem 3% 0;
    padding: 1.2% .8% 1% .8%;
    width: 30%;
    height: 400px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(253,69,57, .2);
    border-radius: 6px;
    border:1px solid rgba(253,69,57, .2);
    box-sizing: content-box;
    overflow-y: scroll;
}

.Zone-cards-events .card-events .box-card-scroll{
    width: auto;
    height: auto;
    overflow-y: auto; 
    word-wrap: break-word;
}  
.card-events p{
    font-size: .95rem;
    line-height: 1.5;
    margin: 5px;
    word-wrap: break-word;
}
.card-events i{
    color:#823250;
}
.marker-blue{
    color:#002c50;
    font-weight: 400;

}
.marker-blue-line{
    color:#823250;
    font-weight:bold;
}
.marker-blue-strong{
    color:#002c50;
    font-weight: bold;
}
/*Estilos para el accordion dentro de la ficha de cada evento*/
details {
    margin: 5px;
    font-size: 18px;
}
details > * {
    padding: 1.2rem;
}
summary {
    border-radius: 5px;
    font-weight: 200;
    color: #FFF;
    background: #EA5045;
    cursor: pointer;
    font-size: 1rem;
    position:relative;
    transition: .3s;
    text-indent: 0px;
}
summary::marker {
  content: "";
}
summary::before {
    content:"Ver +";
    position:absolute;
    inset: .75rem;
    left: auto;
    font-weight: 400;
}
details[open] summary::before {
    content: "Ver -";
    font-weight: 400;
}
details > div {
    background: #FFF;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(233,71,63,.4);
    padding: .3rem;
}

summary:hover{
    background: #002c50;
    color: #FFF;
}
details[open] summary {
  border-radius: 5px 5px 0 0;
}
/*Aquí finalizan los estilos para el buscador de eventos y filtros*/

/*Estilos para la paginación y más*/
.Zone-pager{
    clear:both;
    display: block;
    float:none;
    margin:0 auto;
    padding: .5%;
    width: 100%;
}
.Zone-pager .btn-anterior{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1% 1% .6% 1%;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-anterior:hover{
    clear:none;
    float:left;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1% 1% .6% 1%;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-anterior a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-anterior a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .btn-siguiente{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1% 1% .6% 1%;
    margin: -1.8% 0 0 0;
    border-radius: 6px;
    background: #823250;
}
.Zone-pager .btn-siguiente:hover{
    clear:none;
    float:right;
    display: block;
    width: auto;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1% 1% .6% 1%;
    margin:-1.8% 0 0 0;
    border-radius: 6px;
    background: #002c50;
}
.Zone-pager .btn-siguiente a{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
.Zone-pager .btn-siguiente a:hover{
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
}
/**/
.Zone-pager .paginacion{
    clear:none;
    display: block;
    float:none;
    margin:0 auto;
    width: 18%;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 1% 1% .6% 1%;
    background: #002c50;
    border: 1px solid #000;
    border-radius: 6px;
} 
#Zone_footer{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	height:auto;
	display: block;
	background:#000;
	text-align:center;
	
}
#Zone_footer img{
	max-width: 20%;
	height:auto;
	display: block;
	text-align:center;
	margin:.5rem auto 0 auto;
}

#Zone_footer p{
	color:#FFF;
	font-size:1rem;
	text-align:center;
    font-weight: 200;
}
/*Aquí inician los estilos para el simuladr de confirmar las actividades del programa académico*/
.container-actProfes{
    clear:none;
    display: block;
    float: none;
    margin:0 auto;
    padding: 0;
    width: 70%;
    height: auto;
    background: #FFF;
}
.container-act{
    clear:none;
    display: table;
    float: none;
    margin:0 0 50px 0;
    padding: 0;
    width: auto;
}
.container-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act{
    clear:none;
    display: block;
    float: left;
    margin:0;
    padding: 0;
    width: 35%;
    height: auto;
}
.zone-tumbnail-act:after{
    content: ""; 
    display:block;
    clear:both;
    visibility:hidden;
    height:1px;
}
.zone-tumbnail-act img{
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.zone-description-act{
    clear:none;
    display: block;
    float: left;
    margin:0 ;
    padding: 0 0 0 30px;
    width: 60%;
}
.zone-description-act p{
    color:#666;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.8;
    font-family: "Roboto",sans-serif;
    text-align: left;
}
.zone-description-act h2{
    color: #EA5045;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    font-family: "Roboto", sans-serif;
}
/*Botón para activar registro*/
.btn-theme, .btn-theme:visited{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
.btn-theme:hover, .btn-theme:focus{
    width: 130px;
    background: #002c50;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
}
.btn-theme:acived{
    width: 130px;
    background: #EA5045;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 12px;
    font-weight: 700;
    padding: 0 24px;
    display: inline-block;
    line-height: 40px;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow:0 0px 6px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;
    border: none;
}
/*Estilos para la ventana modal*/
dialog {
    max-width: auto;
    width: 35%;
    padding: 23px 35px;
    border: 1px solid #666;
    border-radius: 6px;
    background: #FFF;
    line-height: 1.8;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog label, dialog ol li{
    font-size: 1rem;
    color: #333;
}
dialog h2{
    color:#823250;
    text-transform: uppercase;
}
/*Botón de cerrar en el lightbox*/
dialog a.close-inscriptions {
    float:right;
    font-size: 1.5rem;
    color:#999;
}

dialog a.close-inscriptions:hover {
    float:right;
    font-size: 1.5rem;
    color:#823250;   
}
#cerrar-modal + label {
    display: none;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
    display: block;
}
#cerrar-modal:checked + label {
    display: none;
}
/*Botón de finalizar registro*/
a.finish-register{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #EA5045;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #013d6d;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
a.finish-register:hover{
    display: block;
    width: 182px;
    padding: 7px 15px;
    margin:1rem 0 0 0;
    background: #823250;
    color:#FFF;
    border-radius: 4px;
    border:1px solid #5a1137;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.zone-btn-inscriptionPrograms{
    position: sticky;
    top: 20px;
    background: transparent;
    padding: 10px;
}
button.inscription-profes{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #681a42;
    background: #823250;
    box-shadow: 1px 0 6px rgba(88,40,65,.6);
}
button.inscription-profes:hover{
    float:right;
    padding: 8px 12px;
    color:#FFF;
    font-size: 1.05rem;
    border-radius: 18px;
    border: 1px solid #823250;
    background: #EA5045;
    box-shadow: 1px 0 6px rgba(233,71,63,.8);
}

    
}