/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 21:33:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 20:49:53 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 24 2026 | 20:27:57 */
#MenuFixed {
    display: none !important;
}

/*==================================================
=            Variables
==================================================*/

:root {
    --dnd-bg: #f8f6f3;
    --dnd-text: #2d383b;
    --dnd-border: #e7e3dd;
    --dnd-light: #fbfbfb;
    --dnd-primary: #d83a34;
    --dnd-titles: #191919;
    --space-root: 1rem;
    --space-xs: calc(var(--space-root) / 2);
    --space-s: calc(var(--space-root) / 1.5);
    --space-m: var(--space-root);
    --space-l: calc(var(--space-root) * 1.5);
    --space-xl: calc(var(--space-root) * 1.7);
    --color-primary: #f63833;
    --color-secondary: black;
    --base-border-radius: 0.25rem;
    --ease: cubic-bezier(0.075, 0.82, 0.165, 1);
    --duration: 350ms;
}

/*==================================================
=            Layout
==================================================*/

.d-block {
    display: block;
}

.dnd-resources-wrapper {
    background: #fdfaf6;
}

.dnd-resource-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.dnd-sidebar {
    width: 200px;
    flex-shrink: 0;
}
.icons-2 {
        margin-top: 0px;
    }
.dnd-main {
    flex: 1;
    min-width: 0;
}

/*==================================================
=            Sidebar Header
==================================================*/

.dnd-sidebar-header {
    margin-bottom: 35px;
}

.dnd-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: var(--dnd-text);
    cursor: pointer;
    font-family: 'Karla', snas serif;
}

/*==================================================
=            Checkbox personalizado
==================================================*/

.dnd-checkbox input,
.dnd-filter-option input {
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 2px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.05));
}

.dnd-checkbox input:hover,
.dnd-filter-option input:hover {
    border-color: #888;
}

.dnd-checkbox input:checked,
.dnd-filter-option input:checked {
    background: #4a5568;
    border-color: #4a5568;
}

.dnd-checkbox input:checked::after,
.dnd-filter-option input:checked::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 2px;
    transform: rotate(45deg);
    display: none;
}

/*==================================================
=            Filtros
==================================================*/

.dnd-filter {
    margin-bottom: 32px;
}

.dnd-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #232323;
    user-select: none;
    font-family: "Fraunces DND", serif;
}

.dnd-filter-title span:last-child {
    font-size: 14px;
    transition: 0.25s;
}

/*==================================================
=            Collapse
==================================================*/

.dnd-filter-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dnd-filter.closed .dnd-filter-body {
    display: none;
}

.dnd-filter.closed .dnd-filter-title span:last-child {
    transform: rotate(-90deg);
}

/*==================================================
=            Opciones
==================================================*/

.dnd-filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 17px;
    color: var(--dnd-titles);
    font-family: 'Karla', sans-serif;
}

.dnd-filter-option span {
    line-height: 1.2;
}

/*==================================================
=            Buscador
==================================================*/

.dnd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 25px;
    margin-bottom: 45px;
}

.dnd-page-title {
    display: flex;
    align-items: baseline;
    min-width: 500px; 
}
.dnd-page-title h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1em;
    font-weight: 600;
    margin: 0;
    margin-left: 8px;
    color: var(--dnd-titles);
    font-family: "Fraunces DND", serif;
}

#dnd-search:focus {
    border-color: #999;
}

#dnd-search {
    width: 100%;
    max-width: 550px;
    border: 1px solid #a0a1a4;
    border-radius: 10px;
    height: 40px;
    outline: none;
    transition: 0.2s;
}

/*==================================================
=            Toolbar
==================================================*/

.dnd-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    font-family: 'Karla', sans-serif;
}

#dnd-clear-filters {
    color: #d02927;
    text-decoration: none;
    font-size: 16px;
}

#dnd-active-filters {
    margin-left: 5px;
}

.dnd-counter {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

#dnd-counter {
    /* font-weight: 700; */
}

.dnd-resource-card-link {
    color: inherit !important;
    text-decoration: none !important;
}

.dnd-card {
    height: 206px;
    display: flex;
    border: 1px solid #e6e6eb;
    border-bottom: 1px solid #455365;
    margin-bottom: 24px;
    background: #fff;
}

.dnd-card-content {
    flex: 1;
    padding: 12px 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dnd-card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
}

p {}

.dnd-card-content h2 {
    font-family: "Fraunces DND"!important;
    font-size: 20px;
    font-weight: 600;
    color: var(--dnd-text);
    margin-top: 0;
    margin-bottom: 8px;
}

.dnd-card-image {
    width: 100%;
    flex-shrink: 0;
    max-width: 344px;
}

.dnd-card-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    /* display: block; */
}

.dnd-card-side {
    width: 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    border-left: 1px solid #e6e6eb;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    padding-right: 12px;
    padding-top: 12px;
}

.dnd-views {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.dnd-lock {
    text-align: end;
}

.dnd-favorite {
    overflow: visible !important;
}

/* CorazÃƒÆ’Ã‚Â³n vacÃƒÆ’Ã‚Â­o (estado normal) */
.dnd-favorite .heart {
    fill: #8e8e93; /* Color gris por defecto */
    transition: fill 0.3s ease;
}

/* CorazÃƒÆ’Ã‚Â³n lleno (activo) */
.dnd-favorite.active .heart {
    fill: #f63833; /* Rojo cuando estÃƒÆ’Ã‚Â¡ activo */
}

/* Hover en el contenedor cambia el corazÃƒÆ’Ã‚Â³n */
.dnd-favorite:hover .heart {
    fill: #f63833;
}

/* Active (click) en el contenedor */
.dnd-favorite:hover > circle,
.dnd-favorite:active > circle,
.dnd-favorite:hover > circle,
.dnd-favorite.active > circle {
    fill: #f63833; /* Efecto de click */
}
.dnd-favorite:hover .heart,
.dnd-favorite.active .heart {
    fill: #FFF; /* Efecto de click */
}

/*cÃƒÆ’Ã‚Â­rculo tambiÃƒÆ’Ã‚Â©n cambie en hover */

.dnd-favorite.active > circle,
.dnd-favorite:hover circle,
.dnd-favorite.active path,
.dnd-favorite:hover path {
    stroke: #f63833;
}

/* hover */
.dnd-favorite:hover,
#dnd-clear-filters:hover {
    cursor: pointer;
}

/* TransiciÃƒÆ’Ã‚Â³n suave para todo */
.dnd-favorite * {
    transition: all 0.3s ease;
}

.dnd-tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    max-width: 540px;
    max-height: 106px;
    overflow-y: auto;
}

.dnd-tag {
    padding: 6px 12px;
}

.eje-tematico {
    background: #e4c852 !important;
}

.tipo-actividad {
    background: #e8c5c9 !important;
}

.competencia {
    background: #97d3b2 !important;
}

.destinatario {
    background: #f63833 !important;
    color: #fff;
}

.loading {
    opacity: 0.4;
    pointer-events: none;
}

/*==================================================
=            Loader
==================================================*/

#compass-arrow {
    animation: compass-spin 2s linear infinite;
}

@keyframes compass-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*==================================================
=            login
==================================================*/
#greenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(149, 207, 162, 0.6);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

/* Contenido del modal (para que se vea nÃƒÆ’Ã‚Â­tido) */
.modal-contenido {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    z-index: 9999;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.modal-contenido input {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 8px;
    box-sizing: border-box;
}

.modal-contenido button {
    margin-top: 10px;
    padding: 8px 20px;
}

/* Estilos del formulario */

.form h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--dnd-titles);
    font-family: "Fraunces DND", serif;
}

.form .btn--text {
    color: #f63833 !important;
    text-decoration: underline;
    cursor: pointer;
}

.form {
    position: relative;
    width: 100%;
    max-width: 415px;
    margin: 0 auto;
    transform: skewY(-5deg) translateY(10%) scale(0.94);
    transition: box-shadow var(--duration) var(--ease),
        transform var(--duration) var(--ease);
}

.form::before,
.form::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: #ebebeb; /* darken(white, 8%) */
    width: 25%;
    height: 100%;
    transition: background-color var(--duration) var(--ease),
        transform var(--duration) var(--ease);
}

.form::before {
    top: 0;
    right: calc(100%);
    transform-origin: 100% 100%;
    transform: skewY(-35deg) scaleX(-1);
    z-index: -1;
    background: #f63833;
}

.form::after {
    top: 0;
    left: calc(100%);
    transform-origin: 0 0;
    transform: skewY(-35deg) scaleX(-1);
    z-index: 2;
    background: #e4c852;
}

.form:hover,
.form:focus-within {
    transform: scale(1.0001);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.form:hover::before,
.form:hover::after,
.form:focus-within::before,
.form:focus-within::after {
    background-color: #ffffff;
    transform: skewY(0);
}

/* Inner del formulario */
.form-inner {
    padding: var(--space-xl);
    background-color: #ffffff;
    max-height: 500px;
    z-index: 1;
    overflow: auto;
}

.form-inner > * + * {
    margin-top: var(--space-xl);
}

/* Wrapper de inputs */

.input-wrapper:focus-within .icon {
    /* background-color: #F63833;*/
}

.input-wrapper:focus-within input {
    /* border-color: #F63833;*/
}

.input-wrapper + .input-wrapper {
    margin-top: var(--space-l);
}

/* Grupo de input */
.input-group {
    position: relative;
}

.form .input-group input {
    border-radius: 10px !important;
    padding-left: 50px !important;
}

.input-group .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    pointer-events: none;
}

/* Iconos */
.icon {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #a0a1a4;
    border-right-color: #e8e8ec;
}

.icon svg {
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    transition: transform var(--duration) var(--ease);
}

/* Inputs */
.form input {
    flex: 1 1 0;
    width: 100%;
    outline: none;
    padding: var(--space-m);
    font-size: 18px !important;
    border: 1px solid #a0a1a4 !important;
    border-radius: 10px !important;
    background-color: #ffffff;
    box-sizing: border-box;
}

.fom input:focus {
    /* color: var(--color-primary);*/
}

/* Grupo de botones */
.btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-group > * + * {
    margin-left: var(--space-s);
}

/* Botones */
.btn-form {
    position: relative !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 30px !important;
    border: 1px solid #a0a1a4;
    color: #a0a1a4;
    border-radius: 0 !important;
    font-size: 19px !important;
    transition: all var(--duration) var(--ease) !important;
    font-family: "Gochi Hand", serif !important;
}

.btn--primary {
    background-color: #f63833 !important;
    border-color: #f63833 !important;
    color: #ffffff !important;
}

/*.btn--primary:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn--primary:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(149, 207, 162, 0.4);
}*/

.cerrar-modal,
.cerrar-modal:active,
.cerrar-modal:hover,
.cerrar-modal:focus {
    background-color: #fff !important;
    border-color: #a0a1a4 !important;
    color: #a0a1a4 !important;
}

.ya-cuenta {
    margin-bottom: var(--space-xl);
    display: block;
}

.form-select {
    font-size: 18px !important;
    border: 1px solid #a0a1a4 !important;
    border-radius: 10px !important;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    /* AÃƒÆ’Ã‚Â±adido para mejor apariencia */
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-top: 1rem !important;
}

/* Estilo para el placeholder en gris */
.form-select option:first-child {
    color: #333 !important;
}

.form-select:invalid {
    color: #333 !important;
}

.form-select option {
    color: #333 !important;
}

.form p {
    font-size: 18px !important;
}

.iniciar-sesion {
    cursor: pointer;
}

.login-message {
    width: 100%;
    margin: 15px 0;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
}

.login-message.error {
    background: #fff0f0;
    color: #d93025;
    border: 1px solid #f5c2c0;
}

.login-message.success {
    background: #edf9f0;
    color: #198754;
    border: 1px solid #b7dfc0;
}

.btn-form:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

    
/* Responsive */
@media (max-width: 480px) {
    .form {
        transform: skewY(0) translateY(0) scale(1);
        max-width: 100%;
        margin: 0 10px;
    }

    .form::before,
    .form::after {
        display: none;
    }

    .form-inner {
        padding: var(--space-l);
    }

    .btn-group {
        flex-direction: column;
        gap: 10px;
    }

    .btn-group > * + * {
        margin-left: 0;
    }

    .btn--text {
        font-size: var(--font-size);
    }
}

/*==================================================
=            Responsive
==================================================*/

@media (max-width: 1024px) {
    .dnd-card-image {
        width: 100%;
        max-width: 180px;
    }
    .dnd-card-side {
        width: 60px;
    }
}
@media (max-width: 767px) {

    .dnd-resource-grid {
        flex-direction: column;
        gap: 30px;
    }
    .dnd-page-title {
        min-width: 100%;
    }
    .dnd-card {
        position: relative
    }
    .dnd-card-content {
        width: 100%;
        max-width: calc(100% - 60px);
        padding-top: 20px!important;
    }
    .dnd-card {
        min-height: 206px;
        height: fit-content!important;
        flex-wrap: wrap;
    }
    .dnd-card-image {
        width: 100%!important;
        max-height: 304px;
        max-width: calc(100% - 79px);
        margin-top: 25px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .dnd-card-side {
        position: absolute;
        right: 0;
        height: 100%;
        padding-top: 30px;
        justify-content: flex-start;
    }
    .icons-2 {
        margin-top: 120px;
    }
    .dnd-sidebar {
        width: 100%;
        display: none;
    }
 
    .dnd-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    #dnd-search {
        width: 100%;
    }
}

/*Filtro mobile*/
.filters-bar {
    position: sticky;
    z-index: 3;
    top: 100px;
}