
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
.team-wrapper.simple .name h3 {
    font-size: 18px !important;
}

.prague-footer .footer-content-outer {
    padding: 66px 0 21px !important;
}

.prague-header.simple.sticky-menu.light.static {
    background-color: #fff !important;
}

.project-detail-splitted-info .project-detail-block-outer .project-detail-block-wrapper {
    min-width: 443px !important;
}
.caf-meta-content {
 visibility: hidden !important;
}

.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span {
    font-family: futura !important;
    font-size: 15px !important;
}

.prague-books-wrapper .books-item-content .books-item-title {
    font-size: 14px !important;
    line-height: 23px !important;
}

.caf-post-layout3 {
    box-shadow: none !important;
}
.slide-category {
display:none;
}

/* NUEVO */

.prague-books-wrapper .books-item-img {
    position: relative;
    width: 90%;
    height: 283px;
    background-position: top center;
    padding: 15px;
}

.prague-books-wrapper {
    position: relative;
    padding-top: 48px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 4fr;
     margin:10px;
}

/*BOOKS PERSONALIZADO*/

.books-nuevo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.books-fila {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 1rem;
    padding-top: 1rem;
    padding-bottom:1rem;
   border-style:solid;
   border-width:0 0 1px 0;
   border-color:gray;   
  width:90%;
}

.books-imagen {
    width: 20%;
}

.books-contenido {
    width: 70%;
}

.margin-lg-140t {
 margin-top: 0;
}

/*NOTICIAS PERSONALIZADO*/

.noticias-nuevo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.noticias-fila {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 1rem;
    padding-top: 1rem;
    padding-bottom:1rem;
   border-style:solid;
   border-width:0 0 1px 0;
   border-color:gray;   
  width:90%;
}

.noticias-imagen {
    width: 100px;
}

.noticias-contenido {
    width: 70%;
}

@media screen and (max-width: 767px) {

.noticias-imagen{
width:100%;
}

.noticias-contenido {
width:100%;
}

}

/* POST */

.post-detailed {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

/* CABECERA */

.prague-header.light .main-menu li a {
    color: #111;
}

.prague-header.simple.sticky-menu.light.scroll {
    background-color: #fff;
}

/* BOOK ITEMS */

.post-detailed .prague-post-thumbnail img {
    max-width: 50%;
}

/* TOOGLE */

.prague-header .prague-nav-menu-icon {
	position: relative;
	width: 34px;
	margin-left: 15px;
	z-index: 400;
	background: #525755;
}