/**************     Home       ********************/

.list-group.two-cols {
    flex-flow: wrap;
}

.list-group.two-cols .list-group-item {
    width: 50%;
}

.card-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.card-bg-image {
    position: relative;
    height: 189px;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}

.card-bg-image > div {
    position: relative;
    z-index: 2;
    color: white;
}

.card-bg-image .big {
    font-size: 60pt;
    font-weight: bold;
}

.card-bg-image .small {
    font-size: 24pt;
}

.card-bg-image .normal {
    font-size: 20pt;
}

.section-marcas .marcas-item {
    text-align: center;
}

.section-marcas .marcas-item a {
    max-width: 125px;
    margin: 0 auto;
}


.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.box_1 {
    background-color: #121921;
    color: #fff;
    padding: 45px;
    opacity: 1;
}

.container-top-slider {
    text-align: center;
    color: white;
}

.home-slider-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hc-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.hc-wrapper .hc-overlay {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 31px;
}

.hc-wrapper:hover .hc-overlay {
    opacity: 1;
}

.hc-wrapper:hover::before {
    opacity: 1;
}

.hc-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 0;
    transition: 0.3s ease all;
}

.hc-content {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    letter-spacing: 0;
}

.hc-wrapper:hover .hc-content {
    z-index: 0;
}

.hc-content h2 {
    font-size: 32pt;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 600;
}

.hc-content h3 {
    font-size: 16pt;
    margin: 0;
}

.hc-content hr {
    margin: 0 auto;
    width: 75%;
    border-color: white;

}

.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: 1600px) {
    .banner-right-text {
        background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url(https://www.aicad.es/templates/default/landing-pages/practicas-en-empresa-master-talento/img/practicas-master-talento-banner.jpg);

    }
}

@media screen and (max-width: 1600px) {
    .banner-right-text {
        width: 45%;
    }
}

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

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