body {
    font-family: Verdana !important;
	background-color: #f8f8f8;
      }

a {
    color: #2457A3;
    text-decoration: underline;
}
 a:hover, button:hover	  {
	outline: 2px solid #000000;
	border-radius: 2px;
}
table {
    table-layout: fixed !important;
}		  
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat",sans-serif;	
	font-weight: 700;
	color: #4a4a4a;
}
.link-destacado {
	color: #0055cc !important;
}
.link-destacado:hover {
	color: #013b8d !important;
}
.logo-seccion-intro {		  
	max-width:100px;
}

.logo-seccion-intro:hover {	  
	filter: brightness(75%);
}
.inner-shadow {
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px inset;
/*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
}
.inner-shadow-input {
	box-shadow: rgb(204, 219, 232) 1px 1px 4px 0px inset, rgba(255, 255, 255, 0.5) -1px -1px 4px 0px inset;
}

.outer-shadow {
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	/*box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}
.outer-shadow-small {
	box-shadow: rgb(38, 57, 77) 0px 10px 10px -5px;
}

.categoria_destacada:hover {
	filter: brightness(90%);
}

.enlace-directo {
	font-size: .6em;
}

.enlace-directo:hover {
	font-size: .6em;
	background-color: #FFFFFF;
	color: #212529;
}

.img-recurso {
	text-align: center;
	max-width: 100%;
	height: auto;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* === Color uniforme 4a4a4a para borde e interior (barras) === */
.nav-upm{
  /* 1) Color del borde del botón */
  --bs-navbar-toggler-border-color: #4a4a4a;

  /* 2) Icono hamburguesa en #4a4a4a (SVG inline) */
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234a4a4a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Fallbacks por si otra hoja pisa las variables */
.nav-upm .navbar-toggler{
  border-color: #4a4a4a !important;
}

.nav-upm .navbar-toggler-icon{
  background-image: var(--bs-navbar-toggler-icon-bg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

/* Opcional: estados accesibles manteniendo el mismo color */
.nav-upm .navbar-toggler:hover{
  border-color: #4a4a4a !important;
}

.nav-upm .navbar-toggler:focus{
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(74,74,74,.25);
  border-color: #4a4a4a !important;
}


.texto-resumen {
	font-size: .8em !important;
	color: ##595959;
}
.card-title-ia-docencia {
	font-size: 1.45rem;
	font-weight: 700;
	text-decoration: none;
	color: #4a4a4a !important;
}
.card-title-ia-docencia:hover {
	text-decoration: underline;
}
/******* ACCESIBILIDAD ***************/
/*------------------------------------
- COLOR primary
------------------------------------*/

/*** Saltar al contenido ***/

.skip-link {
  position: absolute;
  top: -40px;
  left: 1rem;
  background-color: #0d6efd;
  color: white;
  padding: 0.5rem 1rem;
  z-index: 1000;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 1rem;
}

.bg-new-edition {
	background-color: #175A79;
}

.alert-primary {
    color: #001d46;
    background-color: #90bdfd;
    border-color: #7bb1fd;
}

.alert-primary hr {
    border-top-color: #62a3fd;
}

.alert-primary .alert-link {
    color: #000814;
}

.badge-primary {
    color: #fff;
    background-color: #0251C0;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #013b8d;
}

.bg-primary {
    background-color: #0251C0 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #013b8d !important;
}

.border-primary {
    border-color: #0251C0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #01429c;
    border-color: #013b8d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #013b8d;
    border-color: #01357e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-outline-primary {
    color: #0251C0;
    background-color: transparent;
    border-color: #0251C0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0251C0;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.list-group-item-primary {
    color: #001d46;
    background-color: #7bb1fd;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001d46;
    background-color: #62a3fd;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001d46;
    border-color: #001d46;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #7bb1fd;
}

.table-hover .table-primary:hover {
    background-color: #62a3fd;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #62a3fd;
}

.text-primary {
    /*color: #0251C0 !important;*/
	color: #0055cc !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #013b8d !important;
}

.fondo_azul_claro_accesible {
	background-color: #276EF6;
}

.fondo_azul_accesible {
	/*background-color: #004288 !important;*/
	/*background-color: #15599E !important;*/
	background-color: #006EB7 !important;
	
}

.texto_azul_accesible {
	color: #004288 !important;
}

/* etiquetas para los input del formulario **/
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.80) translateY(-0.5rem) translateX(0.15rem);
}
/*------------------------------------
- COLOR primary
------------------------------------*/

.bg-dark {
    background-color: #21262C !important;
}




/*******************************************/

.navbar-toggler {
	color: rgba(248,249,250,1) !important;
    border-color: rgba(248,249,250,1) !important;
}

.cabecera{
    /*font-family: "Lato",sans-serif;*/
	font-family: "Montserrat",sans-serif;
	/*font-size: 1.4em;*/
}

.card_text_body {
    font-size: 0.90rem!important;
}
.icono-social {
	max-width:30px;
}
.destacado {
	height: 100%;
}
.menu_link, .active_menu_link {
	font-weight: 700;
	letter-spacing: -0.01rem;
}
.menu_link {
	color: #4a4a4a !important;
}
.menu_link:hover {
	color: #006eb7 !important;
}
.menu_link:active {
	color: #35C1F3 !important;
}
.menu_link:focus {
	color: #006eb7 !important;
}
.active_menu_link {
	/*color: #35C1F3 !important;*/
}
.texto-pequeno{
	font-size: 0.8em;
}
.dropdown-menu {
    min-width: 16rem;
}
.accordion2-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/******** equipo *****/

.container-team {
    margin-top: 50px
}

.card-team {
    border: none;
    border-radius: .25rem;
    padding: 0px;
    /*width: 300px;
    height: 400px;*/
    position: relative
}
.info-team {
	    font-size: 0.65em;
}
.info {
    width: 90%;
    height: 80px;
    position: absolute;
    bottom: 15px;
	right: 0px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-info-yellow {
	border: 4px solid #FF7A15;
}

.border-info-green {
	border: 4px solid #018911;
}

.border-info-blue {
	border: 4px solid #007FA3;
}

.border-info-red {
	border: 4px solid #f04;
}

.info-yellow {
    /*background-color: #ff7a15;*/
	background-color: #FF7A15;
}

.info-green {
    /*background-color: #0da014;*/
	background-color: #018911;
    color: #fff;
}

.info-blue {
    /*background-color: #009ac6;*/
	background-color: #007FA3;
    color: #fff;
}

.info-red {
    /*background-color: #f04;*/
	background-color: #EB0A3B;
    color: #fff;
}

.info-grey {
	background-color: #323232;
    color: #fff;
}

.info-purple {
	background-color: #792564;
    color: #fff;
}

.info-turquoise {
	background-color: #05636B;
    color: #fff;
}

.user-icons {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 0px;
    right: 10px;
    position: relative
}

.user {
    line-height: 14px
}

.name {
    font-size: 14px
}

.designation {
    font-size: 10px
}
/***********************/

/*** contacto ****/

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.contact_info {
    width: 100%;
    padding-top: 10px
}

.contact_info_item {
    width: calc((100% - 60px) / 3);
    height: 160px;
    /*border: solid 1px #e8e8e8;*/
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    padding-right: 15px
}

.contact_info_image {
    width: 35px;
    height: 35px;
    /*text-align: center*/
}

.contact_info_image img {
    max-width: 100%
}

.contact_info_content {
    padding-left: 17px
}

.contact_info_title {
    font-weight: 500
}

.contact_info_text {
    font-size: 12px;
    color: rgba(0, 0, 0, 1)
}

.contact_form_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px
}

.contact_form_inputs {
    margin-bottom: 30px
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 2px #a5a5a5;
    border-radius: 5px;
    outline: none;
    color: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.input_field:focus,
.text_field:focus {
    border: solid 2px #a5a5a5;
}

.input_field:hover,
.text_field:hover {
    border: solid 4px #a5a5a5;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.text_field {
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 2px #a5a5a5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.contact_submit_button {
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px
}

.panel {
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px
}

.bordered-colored-top {
  border-image: linear-gradient(to right, #ff7a15 25%, #f04 25%,#f04 50%,#0da014 50%, #0da014 75%, #009ac6 75%);
  border-image-slice: 1;
  border-image-width: 20px 2px 2px 2px;
}

@media only screen and (max-width: 991px) {
    .contact_info_item {
        width: 100%;
        margin-bottom: 30px
    }

    .contact_info_item:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .input_field {
        margin-bottom: 30px;
        width: 100%
    }

    .input_field:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 575px) {
    .contact_submit_button {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px
    }
}

/****************/
/***** volver arriba ***/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/****************/


.card2 {
	max-width: 260px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 0.25rem;
}


.img-hover-zoom--colorize img {
    border-radius: 90%;
    max-width: 180px;
    height: auto;
    margin-top: 15px;
    padding: 0px;
    transition: transform .5s;
    filter: grayscale(10%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(100%);
    transform: scale(1.05);
}



.box {
    display: flex;
    align-items: center;
    justify-content: end;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.equipo-nombre {
    font-size: 1.2rem;
}

.equipo-cargo {
    font-size: 0.85rem;
	color: #0d6efd;
}


/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}

.info2 {
    /* width: 90%; */
    height: 40px;
	width: 100%;
    bottom: 15px;
    right: 0px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    align-items: center;
}

/****** seminarios GATE **********/
.card-margin_seminario {
    margin-bottom: 1.875rem;
}

.card_seminario {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card_seminario {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    /*border: 1px solid #e6e4e9;
    border-radius: 8px;*/
}

.card_seminario .card-header_seminario .no-border {
    border: 0;
}
.card_seminario .card-header_seminario {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.card-header_seminario:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}
.widget-49 .widget-49-title-wrapper {
  display: flex;
  align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #edf1fc;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
  color: #2845B7;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
  color: #2845B7;
  line-height: 1;
  font-size: .8rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-year {
  color: #2845B7;
  line-height: 1;
  font-size: .8rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fcfcfd;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
  color: #dde1e9;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
  color: #dde1e9;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #EDFFFD;
  width: 4rem;
  height: 4rem;
  border-radius: 15%;
  border: 2px solid #00635040;
  padding: 15px;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
  color: #006350;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
  color: #006350;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-year {
  color: #006350;
  line-height: 1;
  font-size: .8rem;
  text-transform: uppercase;
}
.widget-49 .widget-49-title-wrapper .widget-49-date-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebf7ff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
  color: #36afff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
  color: #36afff;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: floralwhite;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
  color: #FFC868;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
  color: #FFC868;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #feeeef;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
  color: #F95062;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
  color: #F95062;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fefeff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
  color: #f7f9fa;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
  color: #f7f9fa;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ebedee;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
  color: #394856;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
  color: #394856;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0fafb;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
  color: #68CBD7;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
  color: #68CBD7;
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
  color: #3c4142;
  font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
  color: #B1BAC5;
  font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
  font-weight: 400;
  font-size: 13px;
  margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
  display: list-item;
  color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
  margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
  text-align: right;
}

.widget-49 .widget-49-meeting-action a {
  text-transform: uppercase;
}
.img-perfil {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    filter: grayscale(0.3);
}
.titulo-resaltado>ul>li>strong{
    color: #0055cc !important;
}

/*** tags ***/
.lista_tags ul {
    display: flex;        /* Hace que los elementos <li> se alineen en una fila */
    flex-wrap: wrap;      /* Permite que los elementos salten de línea si no caben */
    gap: 10px;            /* Espaciado entre elementos */
    padding: 0;           /* Elimina el padding por defecto del <ul> */
    margin: 0;            /* Elimina el margen por defecto del <ul> */
    list-style: none;     /* Elimina los estilos de viñetas */
}

.lista_tags li {
    background: lightblue;  /* Color de fondo para visualizar los elementos */
    padding: 10px 20px;    /* Espaciado interno */
    border-radius: 5px;    /* Bordes redondeados */
    text-align: center;    /* Centrar el texto */
}

/***** formulario contacto *****/

.asunto {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
.error {
	color: #58151c;
	background-color: #f8d7da;
	border: 1px solid #f1aeb5;
	font-size: 0.875em;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	display: block;
	width: 50%;
	}
.accessible-label {
	font-weight: bold;
	}