/* Header */
.logo {
    margin: 20px 0px !important;
    text-align: center;
}

div#modeltheme-main-head-sticky-wrapper {
    max-height: max-content;
}

/* Blog Home */
.home h3.post-name.row a {
    font-size: 22px !important;
    line-height: 30px !important;
}

.home span.post-tags {
    display: none !important;
}

/* Banner páginas */
.header-title-breadcrumb-overlay.text-left {
    padding: 60px 0;
}

.single-product .header-title-breadcrumb-overlay.text-left {
    display: none;
}

/* Categorías - Tarjetas */
.categorias header.vc_cta3-content-header {
    background-color: transparent;
}

.vc_general.vc_do_cta3.vc_cta3.categorias {
    max-height: 300px;
    height: 300px;
}

/* Formulario de contacto */
.desplegable {
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #15151530;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 1em 0;
}

/* Producto */
.product_meta {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs.wc-tabs-1 {
    display: none;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin-bottom: 0;
}

.embedpress-document-embed {
    margin-top: 10px;
    margin-bottom: 20px;
}

section.related.products {
    display: none;
}

/* Blog */
.blog-posts span.post-date span.post-separator {
    display: none;
}

.blog-posts span.author {
    display: none;
}


/* Imágenes Cursos */
div.Cursos .vc_single_image-wrapper img {
    width: 300px;
    height: 225px;
    max-width: 300px;
    max-height: 225px;
    object-fit: cover;
}