
.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: 30px;
    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-6.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;
}


.footer-divider {
    position: relative;
    z-index: 0;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#303133), to(transparent));
    background-image: linear-gradient(90deg, transparent, #f0f4f8, transparent);
}

.div-arrow-down:after, .div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 14px;
    border-bottom: 1px solid #303133;
    border-right: 1px solid #303133;
}

.div-arrow-down:after {
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff3cd;
}
.div-arrow-down-main:after, .div-tab-down-main:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 14px;
    border-bottom: 1px solid #303133;
    border-right: 1px solid #303133;
}
.div-arrow-down-main:after {
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #009090;
}
.education-areas ul{
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: lower-greek;

}



@media screen and (max-width: 768px) {
    .fa-arrow-right:before {
        content: "\f063";
    }
    .font-size-35 {
        font-size: 25px;
    }
    .font-size-32 {
        font-size: 24px;
    }
    .font-size-28 {
        font-size: 20px;
    }
    .font-size-24 {
        font-size: 18px;
    }
    h1 {
        font-size: 2rem;
    }

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

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

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

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

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


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

    }

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


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

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

.w-90 {
    width: 90%!important;
}


.owl-theme.owl-carousel .owl-nav > div:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.owl-theme.owl-carousel .owl-nav > .owl-prev,.owl-theme.owl-carousel .owl-nav > .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: transparent;
    width: 32px;
    transition: 0.3s ease all;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
}

.skew-1 {
    background: linear-gradient(to right bottom, #fff 49%, transparent 50%), linear-gradient(-50deg, transparent 16px, transparent 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-2 {
    background: linear-gradient(to top left, white 49%, #F5F5F6 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-3 {
    background: linear-gradient(to bottom left, transparent 49%, #009090 50%);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-4 {
    background: linear-gradient(to left bottom, #009090 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #4E4E4E 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}

.skew-5 {
    background: linear-gradient(to left bottom, #4E4E4E 49%, transparent 50%), linear-gradient(-50deg, transparent 0, #fff 0);
    width: 100%;
    height: 100px;
    position: relative;
    left: 0;
}


.section-content .list-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 10px;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next {
    color: #333;
}

#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-prev:hover,#lider-slider.owl-theme.owl-carousel .owl-nav > .owl-next:hover {
    background-color: #eee;
}

.lider-img img {
    display: inline-block;
    margin: 0 auto;
}

.lider-img {
    text-align: center;
}

section, h1, h2, h3, h4, h5, h6, div, ul, li, a, p {
    font-family: Kelson, sans-serif;
}
.faq-title:hover, .faq-title[aria-expanded="true"] {
    background-color: var(--color-main) !important;
    color: white;
    cursor: pointer;
}
.bg-white {
    background-color: white;
}

@media screen and (max-width: 425px){
    .fa-arrow-right:before {
        content: "\f063";
    }
   .cst-title {
        font-size: 35px;
    }

  .cst-text {
        font-size: 19px;
    }
    #metodologia-slider .item .home-slider-text .cst-title {
        font-size: 28px;
    }

    #metodologia-slider .item .home-slider-text .cst-text {
        font-size: 20px;
    }
    .font-size-60 {
        font-size: 45px!important;
    }
    .video-link img{
        margin-bottom: 15px!important;
    }
}

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

.btn[aria-expanded="true"] .fa-arrow-right:before {
    content: "\f063";
    color: var(--color-secondary);
}

.faq-selector[aria-expanded=true] {
    border-bottom: unset;
    padding-bottom: 0;
}
