#main {
  padding-top: 24px !important;
}

.tituloH2Apartado > h2 {
  font-size: 2rem !important;
  font-weight: 900 !important;
  line-height: 125% !important;
}

#contenedorDescripcionTalleres > .fusion-row > .colFlex + .colFlex {
  margin-top: 24px !important;
}

.textoEditor {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.textoEditor table {
  border-collapse: collapse;
  border-bottom: 1px solid #b7b0aa;
  width: 100% !important;
}

.textoEditor table caption {
  display: none;
}

.textoEditor table tr {
  border-top: 1px solid #b7b0aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.textoEditor table tr > td,
.textoEditor table tr > th {
  margin: 0 !important;
  padding: 8px 12px;
  text-align: center;
  width: 100% !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.textoEditor table tr .fecha > strong {
  color: #e9c539;
}

.textoEditor table tr .municipio {
  border-top: 2px solid #e9c539;
  border-bottom: 2px solid #e9c539;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 150% !important;
}

.textoEditor table tr .btn {
  padding: 4px 12px !important;
  width: 100% !important;
}

.textoEditor table tr .btn > a {
  background-color: #3e2a1b;
  border-radius: 16px;
  color: #fff;
  display: block !important;
  margin-top: 16px !important;
  padding: 4px 12px !important;
}

.textoEditor table tr .btn > a:hover {
  background-color: #6d461c;
}

/* Media queries */
@media only screen and (min-width: 640px) {
  .tituloH2Apartado > h2 {
    font-size: 2.4rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 767px) {
  .tituloH2Apartado > h2 {
    font-size: 2.6rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  .textoEditor table tr {
    display: table-row !important;
  }
  .textoEditor table tr td,
  .textoEditor table tr th {
    padding: 8px 12px 8px 25px;
  }
  .textoEditor table tr .fecha {
    padding-right: 50px;
    text-align: right;
    width: 25% !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  .textoEditor table tr .fecha > strong {
    color: #e9c539;
  }
  .textoEditor table tr .municipio {
    border: none !important;
    border-left: 6px solid #e9c539 !important;
    text-align: left;
    width: 50% !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    line-height: 150% !important;
  }
  .textoEditor table tr .btn {
    text-align: center;
    width: 25% !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  .textoEditor table tr .btn > a {
    margin-top: 0 !important;
  }
  .textoEditor table tr + tr {
    margin: 0 !important;
  }
  #contenedorActividadesDivulgativasDescripcion {
    margin-top: 32px !important;
  }
}

@media only screen and (min-width: 800px) {
  #contenedorDescripcionTalleres > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contenedorDescripcionTalleres > .fusion-row > .colFlex {
    width: 48% !important;
  }
  #contenedorDescripcionTalleres > .fusion-row > .colFlex:nth-child(2) {
    margin: 0 0 0 4% !important;
  }
}

@media only screen and (min-width: 860px) {
  #main {
    padding-top: 48px !important;
  }
}

@media only screen and (min-width: 1023px) {
  .tituloH2Apartado > h2 {
    font-size: 2.6rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  .textoEditor table tr .fecha {
    width: 20% !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  .textoEditor table tr .municipio {
    width: 60% !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 150% !important;
  }
  .textoEditor table tr .btn {
    width: 20% !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  #contenedorActividadesDivulgativasDescripcion {
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 1250px) {
  #main {
    padding-top: 64px !important;
  }
  .tituloH2Apartado > h2 {
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    line-height: 125% !important;
  }
  #contenedorActividadesDivulgativasDescripcion {
    margin-top: 48px !important;
  }
  #contenedorActividadesDivulgativasDescripcion > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contenedorActividadesDivulgativasDescripcion > .fusion-row > .colFlex:nth-child(1) {
    width: 64% !important;
  }
  #contenedorActividadesDivulgativasDescripcion > .fusion-row > .colFlex:nth-child(2) {
    margin-left: 4% !important;
    width: 32% !important;
  }
}

/* Fin de las media queries */
