#main-slideshow {
    height: 400px;
}

rs-bullets {
    top: 60% !important;
}

.top-header {
    background-color: rgba(2, 2, 22, 0.441) !important;
    margin: 0px !important;
}

@media screen and (min-width: 990px) {
    .bg-headerp {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 990px) {
    #main-slideshow {
        height: 300px;
    }
    rs-bullets {
        top: 50% !important;
    }
    .top-header {
        margin-top: -7px !important;
    }
}

@media screen and (max-width: 760px) {
    #main-slideshow {
        height: 200px;
    }
    rs-bullets {
        top: 38% !important;
    }
}

@media screen and (max-width: 400px) {
    #main-slideshow {
        display: none !important;
    }
}

/* estilos para las redes sociales */
.footer-social {
    background: #171b22;
    padding: 20px;
}
.redes {
    display: flex;
    justify-content: space-between;
    margin-right: 50px;
    font-size: 25px;
}

/* servicios */
.cursos_capacitacion li {
    margin-bottom: 20px !important;
    line-height: 25px !important;
}

details {
    cursor: pointer;
    margin-bottom: 10px;
}

summary {
    background: #0787bb;
    padding: 20px;
    color: white;
    font-weight: bold;
    user-select: none;
    text-decoration: wavy;
}

details > summary .icon::before {
    content: "▶ "; /* Icono cuando el details está cerrado */
}

details[open] > summary .icon::before {
    content: "▼ "; /* Icono cuando el details está abierto */
}

details p {
    background: rgba(0, 191, 255, 0.07);
    color: black;
    padding: 10px 20px;
}

/* galeria */
#phantom {
    background: #171b22 !important;
}
.video-galeria {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.imagenes {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.titulo__video {
    margin-top: 40px;
    text-align: center;
}

.post {
    width: 280px !important;
}
.galeria__video {
    width: 280px !important;
}


/* contacto whatsapp */
.contacto__whatsapp {
    position: fixed;
    background: rgb(0, 177, 65);
    padding: 10px;
    margin: 0;
    bottom: 30px;
    right: 50px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
}
.contacto__whatsapp:hover {
    background: rgb(0, 111, 41);
}
.whatsapp a {
    padding: 0;
    margin: 0;
    font-size: 70px;
    color: white;
    text-decoration: none;
    margin-bottom: -25px !important;
}

@media screen and (max-width: 760px) {
    .contacto__whatsapp {
        width: 50px;
        height: 50px;
    }
    .whatsapp a {
        font-size: 55px;
        margin-bottom: -25px !important;
    }
}

/* contactame */
.alert-danger {
    background: #ff000056;
    color: rgb(56, 8, 8);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
