.accordeon {width: 100%; font-family:  sans-serif}
.accordeon-title {
 background-color: #e5e5e5;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #a7a7a7;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

h3.accordeon-title:hover:after {
    color: #fff;
  border: 1px solid #fff;
}

h3.accordeon-title:hover {
    background-color: #000;
    color: #fff;
}

h3.accordeon-title.is-opened {
    background-color: #000;
    color: #fff;
}

h3.accordeon-title:after {
   color: #000;
  border: 1px solid #000;
}

h3.accordeon-title.is-opened:after  {
    color: #fff;
  border: 1px solid #fff;
}




.accordeon-title:after {
  content: '+';
  float: right;
  font-size: 1.2em;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.accordeon-title.is-opened:after {
  content: '-';
}

.accordeon-content {
  display: none;
  padding: 10px;
}


@media (max-width: 600px) {
 .accordeon-title {
    font-size: 0.7em !important;

}

.titulo-capa{
font-size: 0.7em !important;
}

 .iframe-mobile {
   margin-top: 0px !important;
    height: 55vh !important;
  }

}


.uno{
  display: none;
}

.dos{
  display: none;
}

.tres{
  display: none;
}

.cuatro{
  display: none;
}