
.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;
}

.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) {
    .height-80vh {
        height: 80vh;
    }
}

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


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

.faq-title{
    background-color: var(--color-secondary) !important;
  color: white;
    border-radius: 12px;
}

.faq-title:hover, .faq-title[aria-expanded="true"] {
   opacity: 0.95;
    color: white;
    cursor: pointer;
}

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