/**************     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;
}

.banner-title {
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    /* identical to box height, or 175% */


    /* Principal */

    color: #41548C;

}
.banner-sub-title {

      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;


    color: #3D3D3D;
}
.talento-title {

      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    /* identical to box height */


    /* Texto */

    color: #3D3D3D;
}

.talento-card-sub {
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #3D3D3D;

}

.talento-card-1 {

    background: rgba(248, 248, 248, 0.4);
    border: 5px solid #00A4E0;
    box-shadow: 0px 0px 4px rgba(43, 43, 43, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 100px 20px;
    height: 427px;
}

.talento-card-2 {
    background: rgba(248, 248, 248, 0.4);
    border: 5px solid #007C7C;
    box-shadow: 0px 0px 4px rgba(43, 43, 43, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 20px 20px 100px 100px;
    height: 427px;

}

.talento-card-3 {
    background: rgba(248, 248, 248, 0.4);
    border: 5px solid #41548C;
    box-shadow: 0px 0px 4px rgba(43, 43, 43, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 20px 100px;
    height: 427px;

}

.talento-shaped-card-title {
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;

}         ,
.talento-shaped-card-sub {
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #3D3D3D;
}
.talento-card-1-title  {
    color: #00A4E0;
    border-bottom:  1px solid #00A4E0
}

.talento-card-2-title  {
    color: #007C7C;
    border-bottom:  1px solid #007C7C
}

.talento-card-3-title  {
    color: #41548C;
    border-bottom:  1px solid #41548C
}
.talento-white-pink-card {

    padding: 12px;
    background: rgba(249, 249, 249, 0.5);
    box-shadow: 0px 2px 5px rgba(61, 61, 61, 0.25);
    border-radius: 7px;

      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #026F97;
}



.bg-gradient-pink {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 4%, rgba(255, 229, 252, 1) 23%, rgba(204, 231, 255, 0.56) 48%, rgba(204, 231, 255, 0.56) 90%, rgba(0, 0, 0, 0) 100%);
}

.bg-gradient-pink-wide {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -20.1%, rgba(255, 229, 252, 1) 6%, rgba(255, 229, 252, 1) 23%, rgba(204, 231, 255, 0.56) 48%, rgba(204, 231, 255, 0.56) 95%, rgba(0, 0, 0, 0) 120%);
}
.talento-pink-card {
    padding: 12px;
    background: linear-gradient(90deg, rgba(255, 229, 252, 0.5) 20.63%, rgba(204, 231, 255, 0.28) 46.47%);
    box-shadow: 0px 2px 5px rgba(61, 61, 61, 0.25);
    border-radius: 7px;
      font-family: 'Poppins', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;

    color: #026F97;
}



.pink-stepper {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 10px solid;
    -o-border-image:linear-gradient(90deg, rgba(255,219,251,1) 7%, rgba(200,228,255,1) 23%, rgba(200,228,255,1) 93%, rgba(255,219,251,1) 100%);
    border-image-source:  linear-gradient(90deg, rgba(255,219,251,1) 7%, rgba(200,228,255,1) 23%, rgba(200,228,255,1) 93%, rgba(255,219,251,1) 100%);
    border-image-slice: 1;
    border-width: 10px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #34435e;
}
.pink-stepper:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #F9F9F9;
    border: 6px solid rgba(16, 80, 155, 0.7);
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 160%;
    text-align: center;
    color: #026F97;
    display: flex;
    align-items: center;
    justify-content: center;

}
.pink-stepper:nth-child(odd) {
    border-right:10px solid;
    padding-left: 0;

}
.pink-stepper:nth-child(odd):before {
    left: 0;
    top: 0;
    margin-top: -50px;
}

.pink-stepper:nth-child(even) {
    border-left: 10px solid;
    padding-right: 0;
}
.pink-stepper:nth-child(even):before {
    right: 0;
    top: 0;
    margin-top: -50px;
}

.pink-stepper:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.pink-stepper:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.stepper-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #007C7C;

}

.stepper-desc {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #3D3D3D;

}

@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: 1200px){

    .cst-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .cst-text {
        font-size: 24px;
    }

    .banner-sub-title {

          font-family: 'Poppins', Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;


        color: #3D3D3D;
    }


    .banner-title {
          font-family: 'Poppins', Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;

        color: #41548C;

    }

}

@media screen and (max-width: 1024px) {
    .talento-card-1,.talento-card-2,.talento-card-3 {
        margin-bottom: 30px;
    }

    .pink-stepper {
        font-size: 1em;
        line-height: 1.75em;
        border-top: 10px solid;
        -o-border-image:linear-gradient(90deg, rgba(255,219,251,1) 7%, rgba(200,228,255,1) 23%, rgba(200,228,255,1) 93%, rgba(255,219,251,1) 100%);
        border-image-source:  linear-gradient(90deg, rgba(255,219,251,1) 7%, rgba(200,228,255,1) 23%, rgba(200,228,255,1) 93%, rgba(255,219,251,1) 100%);
        border-image-slice: 1;
        border-width: 10px;
        margin: 0;
        padding: 0px;
        counter-increment: section;
        position: relative;
        color: #34435e;
        border: unset!important;
    }
    .pink-stepper-number {
        background: #F9F9F9;
        border: 6px solid rgba(16, 80, 155, 0.7);
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        text-align: center;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #026F97;
    }
    .semi-blur-card-img {
        height: unset;
    }
    .pink-stepper:before {
        content: counter(section);
        position: absolute;
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        height: 40px;
        text-align: center;
        background: #F9F9F9;
        border: 6px solid rgba(16, 80, 155, 0.7);
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        text-align: center;
        color: #026F97;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .talento-title {

        font-size: 30px;
        line-height: 150%;

    }

    .talento-card-sub {

        font-size: 18px;
        line-height: 220%;

    }

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


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

    }

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

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

        .talento-card-1,.talento-card-2,.talento-card-3 {
            margin-bottom: 50px;
        }

    }
