*{
    /*border: 1px solid #ff00001a;*/
}
.text-mocay{
    color: #AC6216;
}
#page{
    background-color: #F4F2EE;
}
.post-hero{
    background: #F4F2EE;
    background: linear-gradient(0deg,rgba(244, 242, 238, 1) 40%, rgba(0, 0, 0, 1) 39%);
    padding: 0;
    padding-top: 100px;
    text-align: center;
}
.author .post-hero{
    background: black;
}
.single-post-big-image{
    height: 500px;
    background-size: cover;
    background-position: center;
    height: 40vw;
}
.content-single-wrap{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.content-single-wrap .container{
    width: 100%;;
}
.content-single-wrap h2,
.content-single-wrap h3,
.content-single-wrap h4{
    font-family: "Poppins", sans-serif;
 }

 .content-single-wrap h2{
         font-size: 30px;
         font-weight: 600;
         margin-top: 20px;
  }
.content-single-wrap p{
    color: dimgray;
    line-height: 150%;
}



.listado-contenidos{
    background: #F9F9F9;
    border: 4px solid #F1F1F1;
    padding: 20px;
}
.listado-contenidos a{
    color: #3F3F3F
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0px;
    line-height: 130%;
}
.listado-contenidos a:hover{
    color: #ac6216;
}

.listado-contenidos {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 16px;
  }
  
  .listado-contenidos .poppins {
    font-weight: 700;
    font-size: 18px;
  }
  
  .item_contenido_anchor {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none;
    margin-bottom: 6px;
    color: #333;
  }
  
  .item_contenido_anchor .num-list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    color: #3F3F3F;
    background-color: #E4D8C4; /* Color mostaza */
    margin-right: 6px;
    padding-top: 2px;
}
  
  /* Nivel 2: sin fondo, texto más pequeño */
  .item_contenido_anchor.level2 {
    padding-left: 32px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
  }
  
  .item_contenido_anchor.level2 .num-list {
    background-color: transparent;
    color: #666;
    font-weight: 400;
    min-width: auto;
    height: auto;
    border-radius: 0;
    line-height: 100%;
    margin: 2px 0 0;
  }


#MocayBreadcrumb{
    font-family: "Poppins", sans-serif;
}
#MocayBreadcrumb a{
    color: black;
}

#MocayBreadcrumb span.breadcrumb_last{
    color: #ac6216;
    display: inline-block;
            max-width: 20ch;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
}
#MocayBreadcrumb #breadcrumbs{
    text-align: center;
    display: flex;
    justify-content: center;
}

#MocayBreadcrumb #breadcrumbs span:first-of-type{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

@media screen and (max-width: 990px) {
    .content-single-wrap {
        PADDING: 0 5%;
    }
    .content-single-wrap p {
    font-size: 14px;
    text-align: left;
    }

    .content-single-wrap h1  {
        font-size: 28px;
    }

    #SINGLE-PAGE .container{
        width: 100%;
        max-width: 100%;
    }
    
    #MocayBreadcrumb #breadcrumbs span:first-of-type {
        display: block;
    }
    
    .listado-contenidos {
        padding: 15;
    }
    

}
 /*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*- - - - -  AUTOR- - - - - */
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
.autor-wrap a{
    text-decoration: none;
}
.autor-wrap{
    background-color: #000000;
    padding: 20px;
    border-radius: 0px;
    max-width: 100%;
    margin-top: 80px;
}
.autor-wrap .col-autor-pic{
    max-width: 200px;
    display: block;
    width: 100%;
    margin: auto;
}
.autor-wrap .row {
    display: flex;
    flex-wrap: nowrap;
    max-width: 900px;
    margin: auto;
}
.autor-wrap-duo{display: flex; flex-wrap: nowrap;}
.autor-foto{
    height: 100%;
    background-size: contain;
    background-position: top center;
    border-radius: 50%;
    margin-right: 20px;
    display: block;
    background-repeat: no-repeat;
}

.autor-wrap .col-autor-pic{
    max-width: 200px;
    display: block;
    width: 100%;
    margin: auto;
}
.autor-wrap .poppins p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    opacity: .9;
}

.autor-wrap-detail .autor-foto{

}
.autor-rrss{margin: 10px 0 0}
.autor-rrss a{display: inline-block;margin-right: 4px; margin-bottom: 0px}
.autor-rrss img{width: 36px}


@media screen and (max-width: 990px) {
    .autor-wrap {
        padding: 30px 20px 10px;
        max-width: 720px;
        margin-top: 20px;
    }
    .autor-wrap .row{display: flex; flex-wrap: wrap;justify-content: center;}
    .autor-foto{
        margin: auto;
    }
    .autor-wrap span{ text-align: center;}
    .autor-rrss{
        text-align: center;
        max-width: 190px;
        display: block;
        margin: 10px auto;
    }
}
 /*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*---------------- PAGE AUTHOR ----------------*/
 /*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
.author .autor-foto {
    height: 100%;
    background-size: contain;
    background-position: center center;
    border-radius: 50%;
    margin-right: 20px;
    display: block;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .author .autor-wrap-duo{
        display: block;
        TEXT-ALIGN: CENTER;
    }
    .author .autor-foto {
        TEXT-ALIGN: CENTER;
        MARGIN: 20PX AUTO 40PX;
        width: 100%;
        max-width: 340px;
    }
    .author .autor-rrss {
        max-width: 160px;
    }

    .autor-wrap .col-autor-pic {
        width: 100%;
        height: 160px;
        margin-bottom: 30px;
    }


}


 /*//////////////////////

.pro-home-form-pastilla {
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro-home-form-pastilla-wrap  {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: center;
    padding: 10px;
}
.pro-home-form-pastilla-wrap  p{
    background-color: transparent !important;
}
.pro-home-form-pastilla-col-1 {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
#b1-descuento {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    height: auto;
    display: block;
    position: relative;
    line-height: 90%;
}
#b2-descuento {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.pro-home-form-pastilla-col-2 {
    display: flex;
    align-items: center;
    text-align: left;
}

@media screen and (max-width: 990px) {
    .pro-home-form-pastilla-wrap {
        display: block;
    }
}
///////////////////////*/


/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*---------------- BLOG PAGE----------------*/
 /*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/

#BlogWrap{
    background-color: #F4F2EE;
}

.blog .hero-wrap {
    padding: 230px 0 100px;
}


.grid-box-noticia div{
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.block-noticia-home{

}
.home-noticia-box{
    background: white;
    border-radius: 10px;
    padding: 0px ! IMPORTANT;
    overflow: hidden;
}
.block-noticia-wrap{
    padding: 0 20px;
}
.grid-box-noticia{
    background: black;
}

.block-noticia-home {
    display: block;
}
.block-noticia_thumb .grid-box-noticia {
    min-height: 250px;
}
.grid-box-noticia {
    max-height: 400px;
}
#BlogWrap .mblog-row-grid {
    grid-gap: 40px 2%;
}
#BlogWrap .block-noticia-content{
    min-height: 120px;
}
.pblog-leermas {
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 0;
    text-decoration: none;
    background: transparent;
    padding: 9px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
    height: 36px;
    background-image: url(../pics/arrow.png);
    background-size: contain;
    max-width: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.block-noticia-wrap a{
    text-decoration: none;
}
.block-noticia-wrap h2{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0px;
    line-height: 130%;
    color: #AC6216;
    text-decoration: none;
}

.block-noticia-wrap .pblog-item-content {
    font-size: 14px;
    padding: 20px 0px 6px;
    font-weight: 500;
    line-height: 140%;
}

.pagination{
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination a,
.pagination span{
    width: 40px;
    height: 40px;
    background: rgb(0, 0, 0);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.page-numbers.current{
    background: white;
    color: black;
}
@media screen and (max-width: 990px) {
    .hero-img-movil {
        background-position: top center;
    }

    #BlogWrap .block-noticia-content {
        min-height: 120px;
        padding: 0;
    }
    .blog .hero-wrap {
        padding: 230px 0 0px;
    }
    .home-noticia-box {
        margin-bottom: 30px;
    }

    .block-noticia_thumb .grid-box-noticia,
    .block-noticia_thumb .grid-box-noticia {
        min-height: 200px;
        height: 200px;
    }

}