/*
Theme Name: kadu
Theme URI: http://themexriver.com/wp/kadu
Author: themexriver
Author URI: http://themexriver.com/
Description: kadu - IT Solutions WordPress Theme
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kadu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* banner secundario en las demas paginas */
.has-breadcrumb-overlay::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0233996b !important;
    opacity: 0.4;
}

.kd-accordion-1-item {
    background: #23417b !important;
    border-radius: 30px;
}

.kd-accordion-1-item .item-title {
    font-size: 20px;
    background: #023399;
    text-align: left;
    display: flex
;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    padding-left: 40px;
    border-radius: 30px;
    color: #fff;
}

.kd-hero-1-slider-btn {
	display: none !important;
}

/* Oculta la sección de etiquetas y redes sociales del blog */
.blog-tag-share,
.blog-tag,
.blog-comment-item,
.blog-post-next-btn,
.blog-share {
  display: none !important;
}

.kd-about-4-cube {
    position: absolute;
    bottom: -100px;
    left: -180px;
    z-index: -2;
    display: none !important;
}

/* Oculta la sección de video en misión y visión */
.kd-course-3-tabs-content-video .btn-position {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.kd-course-1-tabs-btn {
    display: flex;
    align-items: center;
    gap: 10px 50px;
    flex-wrap: wrap;
    display: none !important;
}

/* Cursos (Detalle) */
h2.cd-title {
  display: none;
}

.kd-course-details-area {
    padding-top: 0px;
}

.tutor-single-course-sidebar {
	display: none !important;
}

.tutor-col {
	display:none !important;
}

.tutor-col-auto {
	display: none;
}

.duration {
	display: none !important;
}

.lock {
	display: none !important;
}

/* Cursos (Listados) */
.author-and-price {
	display: none !important;
}

.card-rating-vote {
	display: none !important;
}

.feature-list {
	display: none !important;
}

.related_course  {
	display: none !important;
}