* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F9FAFC;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

nav, footer {
    background: linear-gradient(90deg, rgb(61, 105, 175) 0%, rgb(140, 81, 116) 61%, rgb(202, 62, 71) 100%)
}

footer {
    margin-top: auto;
}

.bg-sercotec {
    width: 80%;
}

.nav-link {
    border-bottom: transparent 4px solid;
}

.nav-link:hover {
    border-bottom: #CA3E47 4px solid;
}

.asesores {
    filter: contrast(150%) brightness(110%) saturate(120%) grayscale(100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.video-capacitacion iframe{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .video-capacitacion iframe {
      width: 80vw;
      display: flex;
      justify-content: center;
      /* Otros estilos según sea necesario */
    }
}

#radarChart {
    max-width: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.video:hover {
    color: rgb(79 70 229);
}

.bg-image-nosotros {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.logo{
    filter: drop-shadow(0px 0px 20px);
}