

.col-md-4 span a {
    color:var(--white);
    font-weight: 600;
}

.col-md-4 span a:hover {
    color: var(--white);
}

.col-md-4 h4 {
    margin-top: 15px;

}



 .cst-text {
    color: var(--white);
    text-shadow: 2px 2px 5px var(--black);
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
}

#convenio-slider .btn.btn-cst:hover {
    background-color:  var(--text-main-color-green);
}

.contact-image img {
    overflow: hidden;
    background: var(--black);
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    z-index: -1;
}

.cst-title {
    font-size: 50px;
    font-weight: 600;
    color:var(--white);
    text-shadow: 2px 2px 5px var(--black);
    top:50%;
    position: absolute;
}

.contact-image {background-position-x: center;
    background-image: url("https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/banner-5.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.center-aligned {
    display: box;
    display: flex;
    box-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
}

.height-80vh {
    height: 80vh;
}

.btn-enviar {
    background: var(--btn-enviar-white);
    border: 1px solid var(--Color-Boton);
    box-shadow: 0px 4px 4px var(--shadow-color-black-25);
    border-radius: 5px;
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2em;
    color: var(--Color-Boton);
}

.form-check-label {
    margin-top: 2px;
    font-family: var(--bs-font-monospace);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.1px;
    color: var(--color-aicad-dark);
}
@media screen and (max-width: 425px) {


    .cst-title {
        font-size: 30px;
        top: 50%;
        text-align: center;
    }

    .cst-text {
        font-size: 22px;
    }
    .height-80vh {
        height: 50vh;
    }
}
