/*
 Theme Name:   EJEMPLO
 Description:  Hello Elementor Child Theme
 Author:       EXAMPLE
 Author URI:   https://example.pe
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor
*/

/* -----> GENERAL */

.wd-scrollbar.platform-Windows {
    --wd-scroll-w: 0px !important;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
.elementor-icon-box-wrapper .elementor-icon-box-title{
	margin-top: 0 !important;
}
.elementor-widget-icon .elementor-icon-wrapper{
	display: flex !important;
}
.elementor-widget-text-editor .elementor-widget-container>*:last-child,
.elementor-text-editor>*:last-child{
	margin-bottom: 0 !important;
}
.elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}
* p:first-child{
	margin-top: 0 !important;
}
* .resaltar{
	color: var(--e-global-color-primary) !important;
    font-weight: 800 !important;
}
.items_rep .jet-listing-dynamic-repeater__items {
    flex-wrap: wrap !important;
}
.elementor-shortcode{
	font-family: var(--e-global-typography-primary-font-family) !important;
}
a[href^="tel"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
@media(max-width:768px){
    .elementor-icon-box-wrapper{
        display: flex;
        align-items: center;
    }
    .elementor-icon-box-icon{
        line-height:0;   
    }
}

/* -----> CABECERA */

@media (max-width: 767px) {
    body:not(.rtl) .elementor-647 .elementor-element.elementor-element-6900011 .elementor-sitemap-section ul {
        padding-left: 25px;
        margin-left: 0px;
    }
}

.home header.elementor-sticky--active{
	background: #fff !important;
	box-shadow: 0 0 10px 1px #8181813b;
}

.home header.elementor-sticky--active .imagen_logo a img{
	opacity: 0;
}

.home header.elementor-sticky--active .imagen_logo a{
	background: url(https://medicaljob.disenowebperu.org/wp-content/uploads/2025/06/medicaljob-logo.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.home header.elementor-sticky--active .elementor-nav-menu>li>a{
	color: var(--e-global-color-secondary) !important;
	transition: .4s all ease-in-out;
}

.home header.elementor-sticky--active .elementor-nav-menu>li:hover>a{
	color: var(--e-global-color-primary) !important;
}

.home header.elementor-sticky--active .sub-menu .elementor-nav-menu--dropdown>li>a{
	color: var(--e-global-color-secondary) !important;
	transition: .4s all ease-in-out;
}

.home header.elementor-sticky--active .sub-menu .elementor-nav-menu--dropdown>li:hover>a{
	color: #fff !important;
}

.home header .menu-item .elementor-item-active:after{
	background-color: transparent !important;
}

.home header .menu-item .elementor-item-active:hover:after{
	background-color: #E41E30 !important;
}

/* -----> PIE DE PAGINA */


/* -----> PAGINA DE INICIO */

.whatsapp-predeterminado{
 	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background-color: var(--e-global-color-accent);
    padding: 12px 24px;
    font-size: 16px;
	font-weight: 600;
    line-height: 18px;
    color: #fff;
    border-radius: 5px;
	transition: .4s all ease-in-out;
}

.whatsapp-predeterminado:hover{
	background: #25D366;
}

.entrada-cluster-container {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin: 20px auto;
}

.entrada-cluster-container .entrada-cluster {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entrada-cluster-container .entrada-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.entrada-cluster-container .entrada-date {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.entrada-cluster-container .entrada-category .category-btn {
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.entrada-cluster-container .entrada-title a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.entrada-cluster-container .entrada-excerpt {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}