.infoSeguridad {
    width: 100%;
}

.separador {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    margin-top: 0;
    width: 100%;
}

.txtSeguridad {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 15px;
}

.naranja {
    color: var(--salmon); 
    font-weight: bold;
}

.logosSeguridad {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logosSeguridad img {
    width: 80px !important;
    height: auto;
    filter: grayscale(20%);
}

.contentVideo {
    width: 50%;
}
.videoAdmision {
    aspect-ratio: 10 / 7 !important;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    border-radius: 3rem;
}
.videoAdmision iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.contenedorVideo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
}
.columna2Video {
    width: 48% !important;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.columna2Video img {
    width: 30px;
}
.contenedorVideoItem {
    display: flex;
    align-items: flex-start !important;
    gap: 10px;
    text-align: left;   
}

.columna1Video {
    width: 50% !important;
    border-radius: 10px;
}

@media (max-width:768px) {
     .contenedorVideo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 10px;
        flex-direction: column;
    }
     .columna1Video {
        width: 100% !important;
        border-radius: 10px;
    }
    .columna2Video {
        width: 100% !important;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .contentAdmision .section-title{
        margin-bottom: 1rem;
    }
     .contenedorVideoItem {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
}