/* Junto Buscador pero no funciona... */
@media (min-width: 768px)
.align-items-md-center {
    flex-wrap: inherit !important;
}

/* Mejoro diseño formulario plantilla chuleta */

#popup-embedded-box-gfcr-1.popupally-outer-embedded-gfcr-1 {
/*box-shadow: none !important;*/
}

#popup-embedded-box-gfcr-1.popupally-outer-embedded-gfcr-1 {
margin: 70px auto 50px 0px !important;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr, #popup-embedded-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr {
text-align: left !important;
}

/* Para promo descuentos hostings en posts */
.mipromo{
text-align:left; 
clear:both;
margin-top: 2em;
margin-bottom: 2em; 
background-color: #f9f9f9;
padding:0.3em; 
border:2px solid #ffa300; 
border-radius:0px;
box-shadow: 0px 4px 8px #b9b8b8 !important;
}

/* Línea de color amarillo en negritas */
strong {
    /*box-shadow: inset 0 -7px 0 0 #bee6ec;*/
    box-shadow: inset 0 -7px 0 0 #ffeb00;
}

/* Fondo a listas numeradas */
.post ol li {
    position: relative !important;
    margin: 0 0 13px 5px !important;
    padding: 4px 8px !important;
    list-style: none !important;
    *list-style: decimal !important;
}

/* Fondo a listas numeradas */
.post ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -2em;
    width: 27px;
    margin-right: 8px;
    padding: 3px 1px 4px 0!important;
    color: #000;
    font-size: 20px;
    background-color: #ffeb00;
    font-weight: 700;
    text-align: center;
}

/* Fondo a listas numeradas */
.post ol {
    display: block;
    list-style-type: decimal;
    list-style: decimal;
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

/* Índice con sombra y línea */

#toc_container p.toc_title {
    text-align: left!important;
    font-size: 1.1em;
    border-bottom: 2px solid #ffa300;*/
    padding-bottom: 5px;
}

#toc_container {
    box-shadow: 0px 4px 8px #b9b8b8 !important;
    margin: 20px 0px 50px 0px !important;
    border: 0 !important;
    width: 100% !important;
    background: #fdfdfd;
    padding: 20px;
}