.container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-color: #212121;
    background-image: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}

footer{background-color: #212121 !important;}

p {
    font-size: 20px !important;  
}

.com-content-article__body  p{
    color:#555;
}
.com-content-article__body ul{
    color:#555;
}
.com-content-article__body ul li{
    color:#555;
}
.com-content-article__body ol{
    color:#555;
}
.com-content-article__body ol li{
    color:#555;
}
.com-content-article__body h1,h2,h3,h4,h5,h6{
    color:#000000;
}

.sppb-addon-content  p{
    color:#555;
}
.sppb-addon-content ul{
    color:#555;
}
.sppb-addon-content ul li{
    color:#555;
}
.sppb-addon-content ol{
    color:#555;
}
.sppb-addon-content ol li{
    color:#555;
}
.sppb-addon-content h1,h2,h3,h4,h5,h6{
    color:#000000;
}

.sppb-addon-title h1,h2,h3,h4,h5,h6{
    color:#000000;
}

.txt_blanco_footer{color:#ffffff !important;}
.txt_blanco_footer li{color:#ffffff !important;}

ul {
    font-size: 20px !important;
}

ul li {
    font-size: 20px !important;
}

ul li a {
    font-size: 20px !important;
}

ol {
    font-size: 20px !important;
}

ol li {
    font-size: 20px !important;
}

ol li a {
    font-size: 20px !important;
}

.sppb-panel-title {
    font-size: 18px !important;
}

.metismenu.mod-menu .metismenu-item {
    padding: 0.5em 0.8em !important;
}

.container-header .navbar-brand {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 0;
}

.container-header .grid-child {
    padding-top: 0.2mm !important;
}

.container-header .container-nav {
    padding-bottom: 0.5em;
}

.listado_inicio_h4 h4{
	font-size: 1.2rem;
	font-weight: 300 !important;
	text-align: left !important;
}
.listado_inicio_h4 h4 i {
    color: #28a745; 
}

.indice_de_contenidos {
  border: 2px solid #007acc;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.indice_de_contenidos p.centrado {
  background-color: #007acc;
  color: white;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  margin: -20px -20px 20px -20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.indice_de_contenidos ol {
  margin: 0;
  padding-left: 20px;
}

.indice_de_contenidos ol li {
  margin-bottom: 8px;
}

.indice_de_contenidos ol li a {
  color: #007acc;
  text-decoration: none !important;
}

.indice_de_contenidos ol li a:hover {
  text-decoration: underline !important;
}

.indice_de_contenidos ul {
  margin: 0;
  padding-left: 20px;
}

.indice_de_contenidos ul li {
  margin-bottom: 8px;
}

.indice_de_contenidos ul li a {
  color: #007acc;
  text-decoration: none !important;
}

.indice_de_contenidos ul li a:hover {
  text-decoration: underline !important;
}

.com-content-article__body h2{margin-top:30px;}

.btn_wsp{text-decoration:none !important;}

/*para poner articulos de youtube*/
.youtube-lite {
position: relative;
width: 100%;
max-width: 560px;
aspect-ratio: 16 / 9;
background-color: #000;
background-position: center;
background-size: cover;
cursor: pointer;
overflow: hidden;
}
.youtube-lite .play-button {
width: 100px;
height: 100px;
background: url('https://webtao.es/images/play-boton.png') no-repeat !important;
background-size: 100% 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
/* fin para youtube */

.icon-pending{color:#f00;}

.titulos_articulos_blog{
    font-size: 28px;
    font-weight: bold;
}
.card-header:first-child{
    font-size: 28px;
    font-weight: bold;
}

.text-check-list {
  font-size: 20px;
  line-height: 1.6;  
}
.check-circle{
  background-color: #16833E; 
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.frase-destacada {
  background-color: #f1f1f1;
  padding: 40px;
  border-left: 6px solid #00b4e6;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  font-style: italic;
  margin: 20px 0;
}

b, strong {
  color: #000;
}

a {
  color: #224faa; 
}

a b, a strong {
  color: #224faa;
}
