.article-entry p {
  position: absolute;
  top: 0;
  left: 0; 
  background-color: transparent; 
  color: #FFFFFF;
  padding-left: 10px;
  width: 100%;
  height: 100%; 



}
.article-entry #span {
  vertical-align: bottom; 
  padding-left: 10px; 
  padding-bottom: 20px;
  margin-top: 10px;
  line-height: 0.9;
  position: absolute;
    bottom: 0;

}
    .icon-compartir {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url('../images/share.png');
  background-repeat: no-repeat;
  color: black;
  background-size: cover;
  background-size: 35px;
}

.icon-megusta{
color: black;
display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../images/like.png');
  background-repeat: no-repeat;
  background-size: cover;

}

/* Estilos para el acordeón */
.my-panel-group {
  background-color: transparent;
  overflow: hidden;
  margin: 0 auto;
  max-width: 800px;
}

.my-panel-group .panel {
  border: none;
  background-color: transparent;
}

.my-panel-group .panel-heading {
  background-color: transparent;
  border: none;
}

.my-panel-group .panel-title a {
  color: #333;
  display: block;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  background-color: transparent;
}

.my-panel-group .panel-title a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}



.my-panel-group .panel-body {
  font-size: 15px;
}


.my-panel-group .panel-body a {
  color: #007bff;
  text-decoration: none;
}

.my-panel-group .panel-collapse.collapse .panel-body {
  background-color: transparent;
}

.my-panel-group .panel-collapse.collapse .panel-title a:before {
  display: none;
}

#tm-crso {
  background-color: white;
}

#tm-crso a {
  display: block;
  color: black;
}

#tm-crso a:hover {
  color: black;
  font-weight: bolder;
}
    .radio-section{
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.radio-item [type="checkbox"]{
    display: none;
}
.radio-item [type="radio"]{
    display: none;
}

.radio-item + .radio-item{
    margin-top: 10px;
    margin-bottom: 5px;
}
.radio-item label{
    display: block;
    padding: 20px 20px;
    border:2px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 250px;
    white-space: normal;
    border:2px solid black;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.radio-item label:after,
.radio-item label:before{
    content: "";
    position: absolute;
    border-radius: 50%;
  display: none;
}
.radio-item label span {
    display: inline-block;
    max-width: 100%;
}
.radio-item label:after{
    height: 20px;
    width: 20px;
    border:2px solid #524eee;
    left: 20px;
    top: calc(50% - 12px);
}
.radio-item label:before{
    height: 10px;
    width: 10px;
    left: 27px;
    top: calc(50% - 5px);
    transform: scale(5);
    transition: .4s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.radio-item [type="radio"]:checked ~ label{
    border-color: green;
    background: lightblue;
}

.radio-item [type="radio"]:checked ~ label:before{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.radio-item [type="checkbox"]:checked ~ label{
    border-color: green;
    background: lightblue;
}

.radio-item [type="checkbox"]:checked ~ label:before{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
    .content-nav.menu-1 {
width: 33%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
/* Establecer la barra de desplazamiento */
overflow: auto;
}
.content-wrapper{
    position: fixed;
    top: 0;
  right: 0;
  overflow: auto;
  height: 100vh;
}
.show-text {
  cursor: pointer;
  padding: 5px;
  text-align: center;
}
#showMenu2Text{
    display: none;
}

/* Estilos para otros dispositivos */
@media only screen and (max-width: 781px) {
    .show-text {
  display: none;
}
    #showMenu1Text{
    display: none;
}
#showMenu2Text{
    display: none;
}
  .content-nav.menu-1 {
  width: 100%;
  height: auto;
  position: static;
  /* Establecer la barra de desplazamiento */
  overflow: hidden;
}
.content-wrapper{
    position: static;
  overflow: hidden;
  height: auto;
}
}
