
.btn.btn-cst {
    color: #fff;
    border: 1px solid #00ffe7;
    border-radius: 10px;
}

.btn.btn-cst i {
    background-color: #007c7c;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.btn.btn-cst:hover {
    background-color: #007c7c;
}
.btn.btn-cst i:hover {
    background-color: #007c7c;
}
.hc-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.space-evenly {
    justify-content: space-evenly!important;
}

.white-to-main {
    color: #FFFFFF;
}

.white-to-main:hover {
    color: var(--color-main);
}


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

.cst-title {
    font-size: 60px;
    font-weight: 600;
    color:white;
    text-shadow: 2px 2px 5px black;
    position: absolute;

}

.cst-text {
    font-size: 35px;
    font-weight: 400;
    color:white;
    text-shadow: 2px 2px 5px black;
}

.contact-image {
    background-position-x: center;

    background-image: url("https://www.aicad.es/templates/default/landing-pages/convenio-de-practicas/images/banner-2.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;
}

@media screen and (max-width: 768px) {

    .font-size-60 {
        font-size: 30px;
    }
    .cst-title {
        font-size: 30px;
        text-align: center;
    }

    .cst-text {
        font-size: 22px;

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

@media screen and (max-width: 425px) {



    .cst-title {
        font-size: 30px;
        text-align: center;

    }

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