@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.fixed-top {
    display: flex;
    justify-content: flex-end;
    margin-right: 130px;
    position: fixed;
    top: 0;
    transition: margin-top 0.5s ease;
    margin-top: 0;
    /* Valor inicial */
    pointer-events: none;
}

.fixed-top.adjusted {
    margin-top: 30px;
    /* Ajusta este valor según sea necesario */
    position: fixed;
    margin-right: 130px;
    display: flex;
    pointer-events: none;
}

.fixed-top input {
    pointer-events: auto;
}

.fixed-image-container {
    transition: margin-top 0.5s ease;
    /* Suaviza la transición */
    margin-top: 0;
    /* Valor inicial */
}

.fixed-image-container.adjusted-logo {
    margin-top: 40px;
    /* Mueve el logo hacia abajo */
}

.fixed-content {
    display: none;
    /* Oculta el contenido inicialmente */
    font-size: 14.89px;
    z-index: 4;
}

.fixed-content.visible {
    display: flex;
    /* Muestra el contenido */
    z-index: 4;
}

.fixed-content .d-flex {
    transition: background 0.3s ease, transform 0.3s ease;
    /* Para la transición de fondo y movimiento */
    z-index: 4;
}

#hovers:hover {
    background: linear-gradient(to top, #9bc4df, white);
    /* Color de fondo al hacer hover */
    transform: translateY(1px);
    /* Mueve el contenedor hacia arriba ligeramente */
}

.fixed-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-20px);
    pointer-events: none;
}

.fixed-content.visible {
    display: flex;
    justify-content: space-evenly;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 4;
}

.fast-access {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to top, #e6f0f3, white);
    width: 100%;
    border-bottom: 1px solid #004a90;
}

/* Estilo inicial de la alerta sin desplazamiento */
.alerta-container {
    position: fixed;
    top: 20px;
    /* Posición cerca de la parte superior */
    left: 20px;
    width: 320px;
    z-index: 5;
    opacity: 1;
    transition: top 0.5s ease;
    /* Transición suave */
}

/* Clase para ocultar el toast tras la animación */
.hidden {
    display: none !important;
}

/* Estilo de la alerta cuando la barra de navegación está visible */
.alerta-desplazada {
    top: 55px;
    /* Ajusta este valor según la altura de la barra de navegación */
}

/* Posición inicial cuando la barra de navegación está oculta */
.alerta-sin-navbar {
    margin-top: 20px;
    /* Cerca de la parte superior */
    opacity: 1;
    pointer-events: auto;
}

/* Posición ajustada cuando la barra de navegación está visible */
.alerta-con-navbar {
    margin-top: 60px;
    /* Ajusta según la altura de la barra */
    opacity: 1;
    pointer-events: auto;
}

/* Estilos de la notificación */
.toast {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Estilos del encabezado de la alerta */
.toast-header {
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

/* Botón de cierre con estilo hover */
.close-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    color: white;
    margin-left: auto;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #333;
}

/* Cuerpo del mensaje de la alerta */
.toast-body {
    padding: 15px;
    color: white;
    font-size: 13px;
    line-height: 1.5;
}

/* ********************************************************************************************** */

.eco-heroe {
    display: flex;
    width: fit-content;
    height: fit-content;
}

.container-eco-heroe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    max-height: 324px;
    border: 1px solid #c2d4e0;
    background-color: #f2f6f9;
    padding: 10px 10px 0px 10px;
    margin-top: 50px;
    border-radius: 10px;
    z-index: 1;
}

.name-eco-heroe {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #004a90;
}

.preview-image-eco-heroe {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 280px;
    height: 260px;
    max-width: 280px;
    max-height: 260px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: lightgray;
}

.modify-buttons {
    display: flex;
    justify-content: flex-start;
    width: 100%;

    button {
        border-radius: 10px;
        padding: 10px;
        color: white;
        background-color: #004a90;
        border: 1px solid #004a90;
    }
}

.bg-image {
    position: absolute;
    display: flex;
    justify-content: center;
    background-image: url(../img/fondo.png);
    background-size: contain;
    width: 100%;
    height: 26.5rem;
    z-index: 0;
    opacity: 0.8;
    max-height: 250px;
}

.content-inicio {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
    margin-top: 160px;

    .container-content-inicio {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        max-height: 374px;
    }

    .tittle-patrulla {
        display: flex;
        margin-top: 10px;

        h2 {
            margin-top: 60px;
            font-size: 42px;
            font-weight: 570;
            color: #0a8f4e;
        }

        .logo {
            margin-top: 40px;
        }
    }
}

.editable {
    overflow-y: hidden;
    resize: none;
    outline: none;
    text-align: justify;
}

.autoheight {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}

.content-introduccion {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    margin-top: 90px;

    h2 {
        color: #004a90;
    }

    .intro {
        color: #004a90;
        border-bottom: 1px solid #004a90;
        width: min-content;
        padding: 0px 150px 5px 20px;
        font-size: 25px;
    }
}

.container-welcome-section {
    display: flex;
    justify-content: center;
    border: 1px solid #f2f6f9;
    border-radius: 15px;
    width: 100%;
    background-color: #f2f6f9;

    .welcome-container-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 55%;

        h2 {
            margin-top: 25px;
            font-size: 25px;
            color: #004a90;
        }

        .text-container-welcome {
            display: flex;
            flex-direction: column;
            width: 90%;
        }
    }

    .float-image {
        display: flex;
        width: 40%;
        height: 100%;
    }

    .bg-image-welcome {
        background-image: url(../img/cuidado.png);
        background-size: contain;
        background-repeat: no-repeat;
        max-height: 400px;
        min-width: min-content;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center;
    }
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    /* Ajusta el tamaño según sea necesario */
    overflow: hidden;
    cursor: zoom-in;
    background-size: 220%;
}

figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

figure.zoom img:hover {
    opacity: 0;
}

.toggle-collapse:hover {
    background-color: #04336b;
  }

  /* Estilo para el primer lugar */
.first-place {
    
    background-color: #fff5b1; /* Un fondo sutil para el primer lugar */
  }
  
  .first-place img {
    border: 3px solid gold;
  }
  
  /* Estilo para el segundo lugar */
  .second-place {
   
    background-color: #e4e4e4; /* Fondo suave para el segundo lugar */
  }
  
  .second-place img {
    border: 3px solid silver;
  }
  
  /* Estilo para el tercer lugar */
  .third-place {
   
    background-color: #ffe5b1; /* Fondo suave para el tercer lugar */
  }
  
  .third-place img {
    border: 3px solid #cd7f32;
  }
  

.cronograma {
    width: 100%;
    margin: 0px -50px;
    margin-left: 35px;

    .containerBackground {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        background-image: url(../img/arbolito.png);
        opacity: 0.97;
        background-size: 81%;
        background-repeat: no-repeat;
        background-position: left bottom;
        margin-bottom: -55px;
        margin-left: -280px;
        margin-right: -350px;
    }

    .container2 {
        background-image: url(../img/pngtree-jungle-plant-vector-png-image_11399451.png);
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 100%;
        background-size: 85%;
        background-repeat: no-repeat;
        background-position: left bottom;
        margin-bottom: -50px;
        margin-left: -500;
        margin-right: -900px;
    }

    .left-seccion {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;

        h1 {
            font-size: 60px;
            font-weight: 900;
            margin-top: 20px;
        }

        .container-cronograma-actual {
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: white;
            border: 2px solid #004a90;
            border-radius: 20px;
            margin-top: 40px;
            width: 420px;
            height: 420px;

            .container-modify-actual {
                position: absolute;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;

                .file-select-actual {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    width: 100%;
                    height: 32px;

                    #photo-cronograma-actual {
                        position: absolute;
                        height: 32px;
                        width: 160px;
                        cursor: pointer;
                    }
                }

                .file-select-actual::before {
                    background-color: #004a90;
                    width: fit-content;
                    color: white;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 5px;
                    padding: 0px 10px;
                    content: 'Seleccionar imagen';
                    /* testo por defecto */
                }

                .file-select-actual input[type="file"] {
                    opacity: 0;
                    height: 32px;
                    display: inline-block;
                }
            }
        }
    }

    .right-section {
        display: flex;
        justify-content: center;
        align-items: center;

        .upload-image-container {
            display: flex;
            justify-content: flex-end;
            width: 100%;

            .cronograma-semestral {
                position: relative;
                border: 2px solid #004a90;
                width: 40vw;
                border-radius: 15px;
                max-width: 543px;
                max-height: 573px;
                overflow: hidden;
                /*  Asegura que la imagen no se salga del contenedor */

                .container-modify {
                    position: absolute;
                    display: flex;
                    top: 0px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    /* Agrega un fondo semitransparente para que el texto sea legible */
                    background-color: rgba(255, 255, 255, 0.5);
                    /* Ajusta la opacidad según sea necesario */

                    .file-select {
                        position: relative;
                        display: flex;
                        justify-content: center;
                        width: 100%;
                        height: 32px;

                        #photo {
                            position: absolute;
                            height: 32px;
                            width: 160px;
                            cursor: pointer;
                        }
                    }

                    .file-select::before {
                        background-color: #004a90;
                        width: fit-content;
                        color: white;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 5px;
                        padding: 0px 10px;
                        content: 'Seleccionar imagen';
                        /* testo por defecto */
                    }

                    .file-select input[type="file"] {
                        opacity: 0;
                        height: 32px;
                        display: inline-block;
                    }
                }
            }
        }
    }
}

.image-wrapper {
    width: 100%;
    height: 100%;
}

#boletin-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* o cover, dependiendo de lo que prefieras */
    display: block;
    /* Evita espacios en blanco debajo de la imagen */
}

.content-idea-principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    .container-text-areas {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;

        .txt1 {
            display: flex;
            justify-content: center;

            #idea-principal-text {
                display: flex;
                justify-content: center;
                width: 90%;

                .editable {
                    display: flex;
                    width: 80%;
                    background-color: #f2f6f9;
                    padding: 12px 30px;
                    border-radius: 12px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
            }
        }

        .txt2 {
            display: flex;
            justify-content: center;

            #idea-principal-text2 {
                display: flex;
                justify-content: center;
                width: 90%;

                .editable {
                    display: flex;
                    width: 80%;
                    background-color: #f2f6f9;
                    padding: 12px 30px;
                    border-radius: 12px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
            }
        }

        .txt3 {
            display: flex;
            justify-content: center;

            #idea-principal-text3 {
                display: flex;
                justify-content: center;
                width: 90%;

                .editable {
                    display: flex;
                    width: 80%;
                    background-color: #f2f6f9;
                    padding: 12px 30px;
                    border-radius: 12px;
                    margin-top: 10px;
                    margin-bottom: 10px;
                }
            }
        }
    }
}

.container-image-evidence1 {
    display: flex;
    padding: 25px;

    .container-evidence1 {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: lightgray;
        border: 2px solid #004a90;
        border-radius: 20px;
        width: 530px;
        height: 580px;

        .container-modify-evidencia1 {
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            object-fit: cover;
            width: 100%;
            height: 100%;

            .file-select-evidencia1 {
                position: relative;
                display: flex;
                justify-content: center;
                width: 100%;
                height: 32px;

                #photo-evidencia1 {
                    position: absolute;
                    height: 32px;
                    width: 160px;
                    cursor: pointer;
                }

                #photo-evidencia2 {
                    position: absolute;
                    height: 32px;
                    width: 160px;
                    cursor: pointer;
                }
            }

            .file-select-evidencia1::before {
                background-color: #004a90;
                width: fit-content;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 5px;
                padding: 0px 10px;
                content: 'Seleccionar imagen';
                /* testo por defecto */
            }

            .file-select-evidencia1 input[type="file"] {
                opacity: 0;
                height: 32px;
                display: inline-block;
            }
        }
    }
}

.form-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    z-index: 1;

    .msg-info {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: flex-start;

        p {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            background-color: #f7c630;
            color: rgb(0, 0, 0);
            border-radius: 15px;
            padding: 10px;
            text-align: center;
            width: fit-content;
            font-size: 20px;

            svg {
                margin-right: 10px;
            }
        }
    }

    .container-video {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;

        .video {
            z-index: 2;
            border-radius: 10px;
            cursor: pointer;
            max-height: 550px;
            max-width: 850px;
        }

        .container-modify-evidencia1 {
            position: absolute;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: fit-content;
            height: fit-content;
            z-index: 3;

            .file-select-evidencia1 {
                position: relative;
                display: flex;
                justify-content: center;
                width: 100%;
                height: 32px;

                #video-entrevista {
                    position: absolute;
                    height: 32px;
                    width: 160px;
                    cursor: pointer;
                }
            }

            .file-select-evidencia1::before {
                background-color: #004a90;
                width: fit-content;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 5px;
                padding: 0px 10px;
                content: 'Seleccionar video';
                /* testo por defecto */
            }

            .file-select-evidencia1 input[type="file"] {
                opacity: 0;
                height: 32px;
                display: inline-block;
            }
        }
    }
}

.container-upload-button {
    display: flex;
    justify-content: center;
    width: 100%;

    button {
        background-color: #004a90;
        border-radius: 5px;
        color: white;
        border: 1px solid #004a90;
        padding: 5px 10px;
        margin-top: 20px;
    }
}

.text-contain-evidence1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 30px;
    padding-left: 10px;

    .text-tittle-evidence1 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 35px;
        color: #004a90;
    }
}

.cta {
    display: flex;

    .form-actividad1 {
        display: flex;
        width: 100%;
        height: 300px;

        .preview-image-actividad1 {
            display: flex;
            width: 100%;
            height: 100%;
            position: relative;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: lightgray;

            .container-modify-evidencia1 {
                position: absolute;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;

                .file-select-evidencia1 {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    width: 100%;
                    height: 32px;

                    #photo-actividad1 {
                        position: absolute;
                        height: 32px;
                        width: 160px;
                        cursor: pointer;
                    }

                    #photo-actividad2 {
                        position: absolute;
                        height: 32px;
                        width: 160px;
                        cursor: pointer;
                    }

                    #photo-actividad3 {
                        position: absolute;
                        height: 32px;
                        width: 160px;
                        cursor: pointer;
                    }
                }

                .file-select-evidencia1::before {
                    background-color: #004a90;
                    width: fit-content;
                    color: white;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 5px;
                    padding: 0px 10px;
                    content: 'Seleccionar imagen';
                    /* testo por defecto */
                }

                .file-select-evidencia1 input[type="file"] {
                    opacity: 0;
                    height: 32px;
                    display: inline-block;
                }
            }
        }
    }
}

.gradient-text {
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(to right, #004a90, #0a8f4e);
    /* Degradado de izquierda a derecha */
    -webkit-background-clip: text;
    /* Para navegadores WebKit (Chrome, Safari) */
    background-clip: text;
    /* Soporte para otros navegadores */
    color: transparent;
    /* Hace el color del texto transparente */
    -webkit-text-fill-color: transparent;
    /* Necesario para algunos navegadores como Chrome */
}

.gradient-border {
    background: linear-gradient(to right, #004a90, #0a8f4e);
    padding: 2px;
    border-radius: 1rem;
  }

  .inner-card {
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 260px; /* Altura más razonable */
  }

  .custom-img-border {
    border: 2px solid #004090;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }
/* Estilo para la barra de progreso */
.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background-color: #004a90;
    width: 0;
    transition: width linear;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.reels {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;

    .tittle-reels {
        display: flex;
        justify-content: center;
        width: 70%;
    }

    .images-catalogue {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin-top: 25px;

        .image-principal {
            display: flex;
            justify-content: center;
            width: 50%;
            border-right: 1px solid #004a90;

            .preview-image-reel-principal {
                position: relative;
                display: flex;
                background-color: lightgray;
                width: 480px;
                height: 500px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;

                .container-modify-reel-principal {
                    position: absolute;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    height: 100%;

                    .file-select-evidencia1 {
                        position: relative;
                        display: flex;
                        justify-content: center;
                        width: 100%;
                        height: 32px;

                        .input-select-image {
                            position: absolute;
                            height: 32px;
                            width: 160px;
                            cursor: pointer;
                        }
                    }

                    .file-select-evidencia1::before {
                        background-color: #004a90;
                        width: fit-content;
                        color: white;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 5px;
                        padding: 0px 10px;
                        content: 'Seleccionar imagen';
                        /* testo por defecto */
                    }

                    .file-select-evidencia1 input[type="file"] {
                        opacity: 0;
                        height: 32px;
                        display: inline-block;
                    }
                }
            }
        }

        .image-collage-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 43%;
            height: fit-content;

            .image-three-container {
                display: flex;
                width: fit-content;

                .preview-image-reel-collage {
                    position: relative;
                    display: flex;
                    background-color: lightgray;
                    width: 150px;
                    height: 166.9px;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    cursor: pointer;

                    .container-modify-reel-collage {
                        position: absolute;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        height: 100%;

                        .file-select-collage {
                            position: relative;
                            display: flex;
                            justify-content: center;
                            width: min-content;
                            height: 26px;

                            .input-select-image {
                                position: absolute;
                                width: min-content;
                            }
                        }

                        .file-select-collage::before {
                            background-color: #004a90;
                            width: min-content;
                            color: white;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 5px;
                            padding: 0px 10px;
                            content: '+';
                            /* testo por defecto */
                        }

                        .file-select-collage input[type="file"] {
                            opacity: 0;
                            width: 30px;
                            border-radius: 6px;
                        }
                    }
                }

                .preview-image-reel-principal {
                    position: relative;
                    display: flex;
                    background-color: lightgray;
                    width: 150px;
                    height: 166.9px;
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;

                    .container-modify-reel-principal {
                        position: absolute;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        height: 100%;

                        .file-select-evidencia1 {
                            position: relative;
                            display: flex;
                            justify-content: center;
                            width: 100%;
                            height: 32px;

                            .input-select-image {
                                position: absolute;
                                height: 32px;
                                width: 160px;
                                cursor: pointer;
                            }
                        }

                        .file-select-evidencia1::before {
                            background-color: #004a90;
                            width: fit-content;
                            color: white;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 5px;
                            padding: 0px 10px;
                            content: 'Seleccionar imagen';
                            /* testo por defecto */
                        }

                        .file-select-evidencia1 input[type="file"] {
                            opacity: 0;
                            height: 32px;
                            display: inline-block;
                        }
                    }
                }
            }
        }
    }
}

/* ********************* REELS JORNADA ASEO ********************************************** */

/* Clase para desactivar el scroll */
.body-no-scroll {
    overflow: hidden;
}

.evidencias-jornada-aseo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.circles-reel {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
}

/* Modal oculto inicialmente */
.modal,
.modal2,
.modal3 {
    display: flex;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
}

  .hidden { display: none; }
  .custom-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
  }
  .custom-modal-overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
  }
  .custom-modal-content {
    position: relative;
    background: white;
    padding: 2rem;
    max-width: 95%;
    max-height: 90%;
    overflow-y: auto;
    z-index: 10000;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  .close-modal {
    position: absolute;
    top: 10px; right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
  }

  .custom-modal.hidden {
    display: none;
  }
  

/* Contenido del modal */
.modal-images {
    position: absolute;
    left: calc(50% - (405px/2));
    top: calc(50% - (630px/2));
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

.modal-principal {
    display: flex;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-top: 20px;
    max-height: 530px;

    .buttonLeft,
    .buttonRight {
        display: flex;
        align-items: center;
        height: 80vh;
        max-height: 530px;

        button {
            height: 35px;
            width: 35px;
            margin: 0px 10px;
            border-radius: 100px;
            border: none;
            background-color: #004a90;
        }
    }
}

/* Ocultar todos los controles del video */
#container-preview-circle1-principal::-webkit-media-controls {
    display: none !important;
    /* Para Chrome/Safari */
}

#container-preview-circle1-principal {
    position: relative;
}

/* Estilos personalizados para mostrar la barra de progreso */
.custom-controls {
    position: absolute;
    width: 90%;
    display: flex;
    padding: 5px;
    justify-self: center;
    align-self: center;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 5px;
}

/* Barra de progreso */
.progress-bar-reel,
.progress-bar-reel2,
.progress-bar-reel3 {
    display: flex;
    justify-self: center;
    align-self: center;
    flex: 1;
    height: 5px;
    background-color: #ddd;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
}

.progress-bar-fill,
.progress-bar-fill2,
.progress-bar-fill3 {
    height: 100%;
    width: 0;
    background-color: #ff0000;
    /* Color de la barra de progreso */
    border-radius: 5px;
}

.form-circle-reel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
}

.image-circle-reel {
    display: flex;
    flex-direction: column;
    background-color: lightgray;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.container-modify-circulo1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
}

.file-select-collage {
    position: relative;
    display: flex;
    justify-content: center;
    width: min-content;
    height: 26px;
}

.input-select-image {
    position: absolute;
    width: min-content;
}

.file-select-collage::before {
    background-color: #004a90;
    width: min-content;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0px 10px;
    content: '+';
    /* testo por defecto */
}

.file-select-collage input[type="file"] {
    opacity: 0;
    width: 30px;
    border-radius: 6px;
}


.preview-image-circle-reel {
    position: relative;
    max-height: 850px;
    max-width: 800px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgray;
}

.preview-mini-images {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.form-reel-mini-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: fit-content;
    height: fit-content;
    margin: 15px 7px 0px 7px;
}

.container-video-reel {
    position: relative;
    width: min-content;
    height: min-content;
    border-radius: 12px;
}

.video-reel {
    position: relative;
    max-height: 500px;
    max-width: 600px;
    border-radius: 5px;
}

.video-reel-mini,
.video-reel2-mini,
.video-reel3-mini {
    position: relative;
    max-height: 60px;
    border-radius: 5px;
}

.preview-image-reel {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: lightgray;
}

.container-update-small-buttons {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: fit-content;
    left: 15rem;
    top: calc(50% - (255px/2));
    margin-right: 20px;
}

.update-video-small {
    width: fit-content;
}

.container-modify-circle-reel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    height: min-content;
}

.file-select-circle-reel {
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
    height: 40px;
    margin-right: 20px;
}

.input-select-image {
    position: absolute;
    width: fit-content;
}

.file-select-circle-reel::before {
    background-color: #004a90;
    width: min-content;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0px 10px;
    content: 'Seleccionar video';
    /* testo por defecto */
}

.file-select-circle-reel input[type="file"] {
    opacity: 0;
    width: 100px;
    height: 40px;
    border-radius: 6px;
}

.container-background-reels {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f2f6f9;
    border-radius: 15px;
    width: 100%;
}

.evidencias-mensuales {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 83%;
}

.form-evidencia-mensual {
    display: flex;
    width: fit-content;
    height: fit-content;
}

.preview-image-evidencia-mensual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 280px;
    height: 350px;
    margin-top: 18px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: lightgray;
}

.container-modify-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
}

.file-select-input {
    position: relative;
    display: flex;
    justify-content: center;
    width: 280px;
    height: 32px;
}

#photo-evidencia-mensual1 {
    position: absolute;
    height: 32px;
    width: 160px;
    cursor: pointer;
}

.file-select-input::before {
    background-color: #004a90;
    width: fit-content;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0px 10px;
    content: 'Seleccionar imagen';
    /* testo por defecto */
}

.file-select-input input[type="file"] {
    opacity: 0;
    height: 32px;
    width: 160px;
    display: inline-block;
}

.img-evidencia-mensual {
    width: 280px;
    height: 350px;
    margin-top: 18px;
    border-radius: 10px;
}

.container-notas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-top: 20px;
}

.notas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.nota1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/nota1.png);
    width: 220px;
    height: 235px;
    margin-right: 15px;
}

.form-notas {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nota2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/nota2.png);
    width: 230px;
    height: 235px;
    margin-right: 15px;

    textarea {
        transform: rotate(-6.5deg);
    }
}

.nota3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/nota3.png);
    width: 220px;
    height: 235px;
    margin-right: 15px;

    textarea {
        transform: rotate(3deg);
    }
}

.nota4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/nota4.png);
    width: 220px;
    height: 235px;

    textarea {
        transform: rotate(4deg);
    }
}

.form-name-comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.form-comment {
    display: flex;
    width: 100%;
}

.formulario-comentarios {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.container-name {
    display: flex;
    width: fit-content;
}

.container-comment-input {
    display: flex;
    width: 100%;
}

.inputGroup {
    margin: 1em 0 1em 0;
    width: fit-content;
    position: relative;
}

.inputGroup input {
    font-size: 100%;
    padding: 0.8em;
    outline: none;
    border: 2px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 12px;
    width: 200px;
}

.inputGroup label {
    font-size: 100%;
    position: absolute;
    left: 0;
    padding: 0.8em;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgb(100, 100, 100);
    font-size: 15px;
}

.inputGroup :is(input:focus, input:valid)~label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 0.9em;
    padding: 0px 10px 0px 10px;
    background-color: white;
    color: #004a90;
    font-size: 0.9em;
}

.inputGroup :is(input:focus, input:valid) {
    border-color: #004a90;
}

.inputGroupComment {
    margin: 1em 0 1em 0;
    width: 100%;
    position: relative;
}

.inputGroupComment input {
    font-size: 100%;
    padding: 0.8em;
    outline: none;
    border: 2px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 12px;
    width: 100%;
}

.inputGroupComment label {
    font-size: 100%;
    position: absolute;
    left: 0;
    padding: 0.8em;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgb(100, 100, 100);
    font-size: 15px;
}

.inputGroupComment :is(input:focus, input:valid)~label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 0.9em;
    padding: 0px 10px 0px 10px;
    background-color: white;
    color: #004a90;
    font-size: 0.9em;
}

.inputGroupComment :is(input:focus, input:valid) {
    border-color: #004a90;
}

#button-group {
    justify-content: flex-end;
    width: 100%;

    button {
        background-color: #004a90;
        color: white;
        border-radius: 7px;
        border: 1px solid #004a90;
        padding: 5px 10px;
    }
}

/* Contenedor principal */
.container-comments {
    margin: auto;
}

/* Sección de comentario */
.comentario {
    background-color: #f0f4f8;
    border: 1px solid #d0d7df;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

/* Nombre y fecha del comentario */
.comentario p:first-child {
    font-weight: bold;
    color: #004a90;
    margin: 0;
}

.comentario p:nth-child(2) {
    color: #333;
    margin: 5px 0;
}

/* Respuesta */
.respuesta {
    background-color: #e8eef3;
    border-left: 3px solid #004a90;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 5px;
}

.respuesta p {
    margin: 5px 0;
    color: #333;
}

/* Nombre del admin en la respuesta */
.respuesta strong {
    color: #d9534f;
}

/* Botón de eliminación */
.delete-button {
    background-color: #d9534f;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: background-color 0.3s;
}

.delete-button:hover {
    background-color: #c9302c;
}

/* Botón de respuesta */
.reply-button {
    background-color: #004a90;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    transition: background-color 0.3s;
}

.reply-button:hover {
    background-color: #00356e;
}

/* Estilos para el input de respuesta */
.comentario input[type="text"] {
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #004a90;
    border-radius: 4px;
    width: calc(100% - 20px);
    font-size: 14px;
}