#tabla-contenido{
  position:sticky;
  top:90px;
}

#contenidos-content{
    font-size: 16px;
    position: sticky;
/*     padding-top: 20px; */
    top: 110px;
}
.text-center {
text-align:center;
}
  #contenidos{
   font-size: 16px;
    top:120px;
  }
  .body-container .content-wrapper {
    max-width: 1500px;
}
  #contenidos > ul{
  list-style: none;
    border: 0;
    font-size: 16px;
    padding:0;
    overflow-y: auto;
    max-height: 75vh;
    margin-bottom:0px;
    padding right: 25px;
}
#contenidos > ul li{
  position:relative;
  margin-bottom:10px;
}
#contenidos>ul li:last-child {
    margin-bottom:0px;
}
  #contenidos  ul li  a{
    display: block;
    position:relative;
    color:#565656;
    padding-right: 25px;
  }
  #contenidos > ul >li > .panel > ul {
    padding:0;
/*     margin-top:10px; */
    list-style:none;
    
  }
  #contenidos > ul >li > .panel > ul > li{
    padding:10px;
    font-size: 15px;

  }
    #contenidos .panel > ul > li {
    margin-bottom:0;
  }
  #contenidos .panel > ul > li > a:hover {
    color:#007dff;
  }
  .accordion {
  background-color: #fff;
  color: #565656;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius:5px;
}
  .active > a, .accordion:hover {
  color: #007dff !important;
}
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left:-15px;
  margin-right:-15px;
  padding:0px 15px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: -15px;
  }

 .accordion.flecha:after {
    content: ''; 
    background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='DodgerBlue' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    position:absolute;
    top:10px;
    width: 1rem;
    height: 1rem;
    right:10px;
    transition: transform .2s ease-in-out;
}

.accordion.flecha:after h3:empty{
  display: none;
}

.accordion.active:after {
      transform: rotate(-180deg);
     top:10px;
}
.accordion.active  .panel {
  max-height: fit-content;
 }

.span4.widget-span .row-fluid-wrapper , .span4.widget-span .row-fluid-wrapper .row-fluid , .span4.widget-span .row-fluid-wrapper .span12.widget-span ,  .span4.widget-span .row-fluid-wrapper .span12.widget-span .hs_cos_wrapper {
  height:100%;
}
 #hs_cos_wrapper_137105892382 {
    display:contents;
  }



/*#hs_cos_wrapper_dnd_area-module-6{
  padding-right: 60px;
}*/


@media screen and (min-width: 320px) and (max-width: 768px) {

  #tabla-contenido{
    position:relative;
    top:0px;
    border:1px solid #007dff;
    border-radius:10px;
    padding:15px;
    margin-bottom:20px;
  }
}