:root{
    --bs-btn-border-color: #FF0046;
}

.btn-rc {
    color: #fff;
    text-decoration: none;
    background: #B61037;
    padding: 10px 20px;
    transition: .3s;
    display: inline-block;
}

.btn-rc:hover {
    background: #00334A;
    transform: scale(1.1);
}

.btn-rc-2 {
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    padding: 10px 20px;
    transition: .3s;
    display: inline-block;
}

.btn-rc-2:hover {
    background: #000000;
    color: white;
    transform: scale(1.1);
}



.programa {
    background-size: cover;
    position: relative;
    height: 250px;
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 20px;
}
.programa:hover {
    transform: scale(1.2);
    z-index: 2;
    transition: .3s;
    box-shadow: -1px 6px 30px -6px rgba(0,0,0,0.64);
}
.programa::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(147,0,34,.4) 0%, rgba(147,0,34,.9) 100%);
    transition: .3s;
    border-radius: 10px;
    opacity: 1;
}
.programa:hover::before {
    opacity: .5;
}
.programa .icono {
    position: absolute;
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 110px;
}
.programa h3 {
    position: absolute;
    font-size: 15px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    background: rgb(8, 56, 79);
    padding: 10px 20px;
    border-radius: 15px;
    text-align: center;
    transition: .3s;
}
.programa:hover h3 {
    color: rgba(147,0,34,1);
    background: #fff;
    box-shadow: -1px 6px 30px -6px rgba(0,0,0,0.64);
}
.programa a {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}





/* CAPACIDADES */
.capacidades h3 {
    color: #00334A;
}
.capacidades .video {
    position: relative;
    transition: .3s;
    opacity: .75;
}
.capacidades .video a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.capacidades .video .play {
    position: absolute;
    left: calc(50% - 25px);
    top: 50%;
    transform: translate(-80%, -50%);
    filter: invert();
    width: 70px;
    transition: .3s;
}
.capacidades .video:hover {
    opacity: 1;
}
.capacidades .video:hover .play {
    transform: translate(-80%, -50%) scale(1.2);
}

/* Fix disponibilidad */
.disponibilidad {
    margin: 0 auto;
}




/* Slider */
.slidem {
    width: 100%;
    padding: 80px 0;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidem span {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
}
.slidem h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
}
.slidem p {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}
.btn-slide {
    color: #fff;
    font-size: 16px;
    background: #000;
    padding: 18px 45px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border-radius: 25px;
}
.btn-slide img {
    transform: scale(0.95);
}
.btn-slide:hover {
    background: #fff;
    color: #000;
    img{
        transform: scale(1) !important;
        transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }
}
.slidebadge {
    position: absolute;
    left: -90px;
    bottom: 0px;
}
.slidem .vert {
    position: absolute;
    top: 145px;
    left: -100px;
    font-size: 18px;
    transform: rotate(-90deg);
    text-transform: none;
}

/* Modal video */
.video .modal-content {
    background: transparent;
    border: none;
}
.video .modal-body {
    padding: 0;
}

footer {
    background: #013249;
    padding-top: 90px;
}

footer h3 {
    color: #FF616E;
    font-size: 20px;
}

footer p {
    color: #fff;
    font-size: 15px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 5px;
}

footer a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

footer a:hover {
    color: #FA293A;
}

footer .btn {
    background: #b61037;
    color: #fff;
}
footer .btn:hover {
    background: #FF616E;
    color: #fff;
}


footer .ftop {
    padding-bottom: 60px;
}

footer .copyright {
    padding: 10px 0;
    color: #fff;
    border-top: solid #fff 1px;
    text-align: center;
    font-size: 13px;
}


.cta {
    margin: 90px 0;
    background: #F6F6F6;
}
.cta h2 {
    font-size: 40px;
    color: #000;
    font-weight: 800;
}
.cta p {
    color: #b61037;
    font-size: 19px;
    font-weight: 500;
}
.cta .cursos-crea-v {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.cta .cursos-crea-v a{
    width: auto;
    padding: 10px 20px;
}
.cta .cursos-crea-v img{
    width: 100%;
    cursor: pointer;
}

/* GRID COURSES */