
.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: 45px;
    font-weight: 600;
    color:white;
    text-shadow: 2px 2px 5px black;
    position: absolute;

}
.cst-title-size
{
    font-size: 45px;
    font-weight: 600;
    color:white;
    text-shadow: 2px 2px 5px black;

}

.cst-text {
    font-size: 20px;
    font-weight: 400;
    color:white;
    text-shadow: 2px 2px 5px black;
}
.cst-sub-text {
    font-size: 16px;
    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-4.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-size {
        font-size: 30px;
        text-align: center;
    }

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

    }
    .cst-sub-text {
        font-size: 16px;

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

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


    .cst-title-size {
        font-size: 25px;
        text-align: center;
        font-weight: 500!important;

    }

    .cst-text {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;

    }
    .cst-sub-text {
        font-size: 14px;
    }

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

.row-cols-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}


.faq-title:hover, .faq-title[aria-expanded="true"] {
    background-color: var(--color-main) !important;
    color: white;
    cursor: pointer;
}

.faq-title[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
}

.banner-title{
    font-size: 40px;

}
.banner-subtitle {
    font-size: 30px;;

}


@media (max-width: 1600px) {

    .banner-title{
        font-size: 35px;;

    }
    .banner-subtitle {
        font-size: 25px;;

    }
}

@media (max-width: 1400px) {

    .banner-title{
        font-size: 30px;

    }
    .banner-subtitle {
        font-size: 20px;

    }
}

@media (max-width: 1200px) {

    .banner-title{
        font-size: 25px;

    }
    .banner-subtitle {
        font-size: 16px;

    }
}