.contenido span {
    display: block;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #4cae4c; /* Color principal */
}
.menu1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu1 button {
    margin: 10px 0;
    height: 50px;
    width: 230px;
    background: #4cae4c;
    color: #fff;
    border: none;
    border-radius: 25px; /* Bordes redondeados */
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra en los botones */
}

.menu1 button:hover {
    background-color: #45a049; /* Color más oscuro al pasar el ratón */
    transform: translateY(-2px); /* Efecto de elevación al pasar el ratón */
}

.menu1 button:active {
    background-color: #39843c; /* Color más oscuro al hacer clic */
    transform: translateY(1px); /* Efecto de hundimiento al hacer clic */
}
/* Estilos generales para los enlaces */




.mover{
    width: 80% ;
}
.menudo{
    display: none;
}

.carousel1 {
    position: relative;
    width: 100%;
    height: 50vh;
    margin: 10px auto 100px 0px; /* Ajusta el valor según sea necesario */
    overflow: hidden;
    border-radius: 10px;

}

.carousel-inner1 {
    width: 100%;
    height: 100%;
}

.carousel-item {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 123, 255, 0.5);
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    transition: background-color 0.3s;
}

.carousel-control1:hover {
    background-color: rgba(0, 123, 255, 0.8);
}

.carousel-control1.prev {
    left: 30px !important;
}

.carousel-control1.next {
    right: 0px;
}

.carousel-open:checked + .carousel-item {
    opacity: 1;
}

.carousel-open:checked ~ .control-1,
.carousel-open:checked ~ .control-2,
.carousel-open:checked ~ .control-3,
.carousel-open:checked ~ .control-4,
.carousel-open:checked ~ .control-5,
.carousel-open:checked ~ .control-6 {
    display: none;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6 {
    display: block;
}


.derecha{
    width: 240px;
    position: absolute;
    margin-left: 900px;

}

    .image-container {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
        
    }
    .editable-image {
        width: 60%;
        height: 90px;
        margin-right: 50px;
        margin-bottom: 1px;
    }
    .carousel-container {
        border-radius: 10px; /* Bordes redondeados */
        text-align: center; /* Centrar el carrusel */
    }
    .editable-image:hover {
        transform: scale(1.1);
    }
    .video-container {
        margin-right: -100px;
        margin-bottom: 8px;
    }

    .download-link {
        padding: 8px 10px;
        background-color: #007bff; /* Color de fondo del botón */
        color: #fff; /* Color del texto */
        text-decoration: none; /* Quita el subrayado */
        border-radius: 5px; /* Bordes redondeados */
        border: none; /* Quita el borde */
        cursor: pointer; /* Cambia el cursor al pasar el mouse */
    }
    .download-link:hover {
        background-color: gold; /* Color de fondo del botón */
        color: white;
        border: none;
        text-decoration: none; /* Quita el subrayado */
    }

    .se {display:none;}
    .chatbot-icon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        padding: 10px;
        cursor: pointer;
        transition: transform 0.3s;
    }
    .chatbot-icon i {
        font-size: 24px;
        color: #007bff;
    }
    .chatbot-icon:hover {
        transform: scale(1.1);
    }
    .modal {
        display: none;
        z-index: 9998;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 600px;
        border-radius: 8px;
    }
    .modal-content {
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .modal-close-container {
        position: absolute;
        top: -16px;
        right: -10px;
    }
    .close-button {
        border: none;
        color: #041010;
        background-color: #fff;
    }
    .page-navigation {
        margin-top: 20px;
    }
    .page-navigation button {
        margin-right: 10px;
    }
    img {
        width: 90%;
        margin-left: 20px;
    }
    

    .modalidades{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 10px;
    }
    .button {
        width: 200px;
        height: 50px;
        background-color: #4CAF50;
        color: white;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        border-radius: 5px;
        margin: 10px;
        border-radius: 25px;
    }
    .modal1 {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .custom-modal-content {
        background-color: #fefefe;
        margin: 1% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .text-1 {
        width: 60%;
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 5px;
    }
    .video {
        width: 48%;
        height: 40%;
        background-color: #ececec;
        padding: 20px;
        border-radius: 5px;
        margin: 90px;
        text-align: center;
    }
    .video iframe {
        width: 20pc;
        height: 250px;
        margin: 12px;
    }
    .close {
        color: #010101;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .link-container {
        text-align: center;
        margin: 10px;
    }
    .link {
        display: inline-block;
        width: 200px;
        height: 50px;
        background-color: #4CAF50;
        color: white;
        text-align: center;
        line-height: 50px;
        cursor: pointer;
        border-radius: 5px;
        text-decoration: none;
    }
    .toggle-content {
        display: none;
    }
    .toggle-button {
        cursor: pointer;
        display: flex;
        align-items: center;
        background-color: #f1f1f1;
        padding: 1px;
        border-radius: 25px;
        margin: 10px 0;
        width: 50%;
        justify-content: space-around;

    }
    .toggle-button p {
        margin: 0;
    }

    .modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.custom-modal-content2 {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 210px;
}
.custom-modal-content2 .text {
    width: 100%;
    max-width: 800px;
}
.custom-modal-content2 iframe {
    width: 95%;
    height: 315px;
    margin: 30px;
}

    .modal2 {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .custom-modal-content2 {
        background-color: #fefefe;
        border: 1px solid #888;
        width: 90%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 210px;
    }
    .custom-modal-content2 .text {
        width: 100%;
        max-width: 800px;
    }
    .custom-modal-content2 iframe {
        width: 95%;
        height: 315px;
        margin: 30px;
    }
    .container::-webkit-scrollbar {
        display: none; /* Para Chrome, Safari, y Opera */
    }
    .container {
        -ms-overflow-style: none;  /* Para Internet Explorer y Edge */
        scrollbar-width: none;     /* Para Firefox */
    }



