.page {}

/* .page .container[role="main"] {
    padding-top: 30px;
} */
.page .banner.banner-pages.velado {
    position: relative;
}

.page .banner.banner-pages.velado::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

.page .box .banner {
    padding: 20px 15px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all .3s ease-in-out;
}

.page .box .banner.azul {
    background: var(--color-azul);
}

.page .box .banner.naranja {
    background: #DCA95E;
}

.page .box .banner.rosa {
    background: var(--color-rosa);
}

.page .box .banner a {
    text-decoration: none;
}

.page .box .banner p {
    margin: 0;
}

.page .box .banner .titulo,
.page .box .banner .subtitulo {
    color: #FFF;
    line-height: 1;
    flex: 0 0 100%;
    max-width: 100%;
}

.page .box .banner .titulo {
    font-size: 22px;
    margin-bottom: 15px;
}

.page .box .banner .subtitulo {
    font-size: 18px;
}

.page .box .banner .subtitulo *,
.page .box .banner .titulo * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.page .box .banner:hover {
    background-position: center top !important;
    align-content: flex-start;
    padding: 10px 15px 30px;
}

/* COMPONENTE BOLAS */

.componenteBolas {
    padding-block: 52.5px;
}

.componenteBolas .row {
    margin: 0;
}

.componenteBolas .row .col {
    padding-right: 0;
    padding-left: 0;
}

.componenteBolas .row .col:first-child {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

@media (max-width: 991px) {
    .componenteBolas .row .col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.componenteBolas .row .col:first-child {
    padding-inline-end: 21px;
}

@media (max-width: 991px) {
    .componenteBolas .row .col:first-child {
        padding-inline: 0;
        padding-block-end: 39px;
    }
}

.componenteBolas .row .col:first-child .container-btn {
    margin-block-start: 32px;
}

@media (min-width: 992px) {
    .componenteBolas .row .col:first-child .container-btn {
        float: right;
        padding-inline-end: 10px;
    }
}

.componenteBolas :is(.row .col:last-child){
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

@media (max-width: 991px) {
    .componenteBolas .row .col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.componenteBolas .row .col p {
    padding-inline-end: 10px;
    margin-block-end: 32px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.15px;
    text-align: right !important;
    color: #333;
}

@media (max-width: 991px) {
    .componenteBolas .row .col p {
        text-align: left !important;
    }
}

.componenteBolas .row .col p:last-child {
    margin-bottom: 0;
}

.componenteBolas .row .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.componenteBolas .row .col ul li {
    position: relative;
    padding: 17px 20px;
    border-bottom: 2px solid rgb(112, 112, 112, 0.38);
}

.componenteBolas .row .col ul li::before {
    content: '';
    width: 4.7px;
    height: calc(100% - 2px);
    position: absolute;
    left: 0;
    top: 1px;
}

.componenteBolas .row .col ul li:nth-of-type(1):before {
    background-color: #ed135d;
}

.componenteBolas .row .col ul li:nth-of-type(2):before {
    background-color: #f47115;
}

.componenteBolas .row .col ul li:nth-of-type(3):before {
    background-color: #dfa333;
}

.componenteBolas .row .col ul li:nth-of-type(4):before {
    background-color: #2d9bdd;
}

.componenteBolas .row .col ul li:nth-of-type(5):before {
    background-color: #59c033;
}

.componenteBolas .row .col ul li:nth-of-type(6):before {
    background-color: #2c6b4c;
}

.componenteBolas .row .col ul li:nth-of-type(7):before {
    background-color: #652870;
}

.componenteBolas .row .col ul li.yellow-intangibles:before {
    background-color: #DFA333 !important;
}

.componenteBolas .row .col ul li.orange-intangibles:before {
    background-color: #F47115 !important;
}

.componenteBolas .row .col ul li.pink-intangibles:before {
    background-color: #ED135D !important;
}

.componenteBolas .row .col ul li.blue-intangibles:before {
    background-color: #2D9BDD !important;
}

.componenteBolas .row .col ul li.green-intangibles:before {
    background-color: #59C033 !important;
}

.componenteBolas .row .col ul li.green-dark-intangibles:before {
    background-color: #2C6B4C !important;
}

.componenteBolas .row .col ul li.purple-intangibles:before {
    background-color: #652870 !important;
}

.componenteBolas .row .col ul li:last-child {
    margin-bottom: 0;
}

.componenteBolas .row .col ul li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.componenteBolas .row .col ul li a::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    background: url(../../resources/icons-svg/icon_Arrow_grey.svg);
    background-size: cover;
    background-repeat: no-repeat;
    rotate: -180deg;
}

.componenteBolas .row .col ul li .texto {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.15px;
    color: #2d2d2d;
}

.componenteBolas .row .col ul li .linea {
    display: none;
    height: 4px;
    background: #E8E8E8;
    position: relative;
}

.componenteBolas .row .col ul li .linea.w100 {}

.componenteBolas .row .col ul li .linea.w90 {
    width: 90%;
}

.componenteBolas .row .col ul li .linea.w80 {
    width: 80%;
}

.componenteBolas .row .col ul li .linea.w70 {
    width: 70%;
}

.componenteBolas .row .col ul li .linea.w60 {
    width: 60%;
}

.componenteBolas .row .col ul li .linea.w50 {
    width: 50%;
}

.componenteBolas .row .col ul li .linea .bola {}

@media (max-width: 991px) {
    .componenteBolas .row .col {
        padding-right: 30px;
    }

    .componenteBolas .row .col:last-child {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {

    .componenteBolas .row .col,
    .componenteBolas .row .col:last-child {
        padding: 0;
    }

    .componenteBolas .row .col p,
    .componenteBolas .row .col p:last-child {
        margin-bottom: 30px;
    }
}

@media (max-width: 577px) {
    .componenteBolas .row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* END COMPONENTE BOLAS */

/* ROW VIDEO */

.row-video {
    display: flex;
    justify-content: center;
}

.row-video>div {
    position: relative;
    width: 100%;
    max-width: 1327px;
    overflow: hidden;
    padding-top: 43.25%;
}

.row-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* END ROW VIDEO */

/* FAQ */

.faq {
    padding-block: 52px 77px;
    margin-block: 77px 49px;
    background-color: #fafafa;
}

.faq .title {
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
}

.faq .title h2,
.faq .title span {
    font-size: 24px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.48px;
    text-align: left;
    color: #2d2d2d;
}

.faq .faq-container {
    margin: 0 auto;
    padding: 0 15px;
}

.faq .faq-question {
    position: relative;
    cursor: pointer;
    padding: 14px 36px 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.faq .faq-question:not(.active) {
    border-bottom: 1px solid rgb(112, 112, 112, 0.38);
}

.faq .faq-question::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    background: url(../../resources/icons-svg/icon_Arrow_grey.svg);
    background-size: cover;
    background-repeat: no-repeat;
    rotate: -90deg;
}

.faq .faq-question.active::after {
    rotate: 90deg;
}

.faq .faq-question h3 {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.3px;
    text-align: left;
    color: #f47115;
    margin-bottom: 0;
}

.faq .yellow-intangibles .faq-question h3 {
    color: #DFA333 !important;
}

.faq .orange-intangibles .faq-question h3 {
    color: #F47115 !important;
}

.faq .pink-intangibles .faq-question h3 {
    color: #ED135D !important;
}

.faq .blue-intangibles .faq-question h3 {
    color: #2D9BDD !important;
}

.faq .green-intangibles .faq-question h3 {
    color: #59C033 !important;
}

.faq .green-dark-intangibles .faq-question h3 {
    color: #2C6B4C !important;
}

.faq .purple-intangibles .faq-question h3 {
    color: #652870 !important;
}

.faq .faq-answer {
    display: none;
    padding: 12px;
    border-radius: 4px;
}

.faq .faq-answer.active {
    border-bottom: 1px solid rgb(112, 112, 112, 0.38);
}

/* END FAQ*/

/* INICIO CONOCIMIENTO */

.row-inicio-conocimiento {
    position: relative;
    align-items: center;
    margin-block-start: 21px;
}

.row-inicio-conocimiento::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(1920px - 122px);
    height: 5px;
    background-color: #ed135d;
}

.row-inicio-conocimiento.yellow-intangibles::after {
    background-color: #DFA333 !important;
}

.row-inicio-conocimiento.orange-intangibles::after {
    background-color: #F47115 !important;
}

.row-inicio-conocimiento.pink-intangibles::after {
    background-color: #ED135D !important;
}

.row-inicio-conocimiento.blue-intangibles::after {
    background-color: #2D9BDD !important;
}

.row-inicio-conocimiento.green-intangibles::after {
    background-color: #59C033 !important;
}

.row-inicio-conocimiento.green-dark-intangibles::after {
    background-color: #2C6B4C !important;
}

.row-inicio-conocimiento.purple-intangibles::after {
    background-color: #652870 !important;
}

.row-inicio-conocimiento .col:first-child {
    padding-inline: 8px !important;
}

.row-inicio-conocimiento .col:last-child {
    display: none;
}

.row-inicio-conocimiento .col p {
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: normal;
    color: #2d2d2d;
    margin-block-end: 10px;
}

.row-inicio-conocimiento .col p.grande {
    font-size: 34px;
    line-height: 1.18;
    margin-block-end: 32px;
}

.row-inicio-conocimiento .col p.peque {
    display: none;
}

.row-inicio-conocimiento .col p span.blockmovil {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
}

.row-inicio-conocimiento .col-sm-3 {
    text-align: center;
}

.row-inicio-conocimiento .col img {
    height: 115px;
    display: block;
    width: auto;
}

.row-inicio-conocimiento~.row-buscador {
    display: none;
}

/* END INICIO CONOCIMIENTO*/

/* ---- bloque "areas trabajo" ---------*/

.page .bloqueTitulo.big {
    margin-bottom: 60px;
    text-align: start;
}

/* @media (max-width: 767px) {
    .page .bloqueTitulo.big {
        margin-bottom: 30px;
    }
} */

.page .bloqueTitulo span {
    color: rgb(0, 0, 0);
    text-align: left;
}

@media (min-width: 1281px) {
    .page .listado-lineas {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        /* overflow: hidden; */
    }
}

.page .listado-lineas .owl-stage-outer {
    overflow: hidden;
    padding: 10px 0;
}

.page .listado-lineas .item-lineas {
    margin: 0;
    padding: 0;
    /* flex: 0 0 33%; */
    border: none;
    transition: transform .2s;
    display: block;
    height: 100%;
    max-width: 546px;
}

@media (max-width: 767px) {
    .page .listado-lineas .item-lineas {
        margin: 0 auto;
    }
}

.page .listado-lineas .item-lineas:hover {
    transform: scale(1.05);
}

.page .listado-lineas .item-lineas .contenido {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.page .listado-lineas .item-lineas .imagen {

    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    height: 195px;
}

.page .listado-lineas .item-lineas .imagen img {

    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.page .listado-lineas .item-lineas .contenido .wrap {
    border-radius: 5px;
    padding: 0;
    padding-block: 35px 15px;
    border: none;
    box-shadow: 0 3px 10px rgba(26, 21, 21, 0.150);
}

.page .listado-lineas .item-lineas:not(:has(p)) {
    display: flex;
    flex-direction: column;
}

/* COTROL DE ALTURA DE LAS TARJETAS QUE NO TENGAN PÁRRAFO EN SU INTERIOR (INICIO) */
.page .listado-lineas .item-lineas:not(:has(p)) .contenido {
    flex: 1;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.page .listado-lineas .item-lineas:not(:has(p)) .wrap {
    display: flex;
    flex-direction: column;
    border: solid;
    justify-content: space-between;
    flex: 1;
}

/* FINAL DEL CONTROL */
.page .listado-lineas .item-lineas .contenido .wrap h2:has(a) {
    margin-bottom: 10px;
}

.page .listado-lineas .item-lineas .contenido .wrap>a:hover {
    transform: scale(1.05);
    text-decoration: unset;
}

/* -- Botones -- */
.page .listado-lineas .item-lineas .contenido .wrap>a {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--titleOrange);
    margin-right: 25px;
    margin-left: 25px;
    transition: transform .2s;
    width: 100%;
    height: 30px;
    top: auto;
    width: -webkit-fill-available;
}

.page .listado-lineas .item-lineas .contenido .wrap a span {
    transform: none !important;
    position: relative;
    color: var(--lightGrey);
    font-weight: lighter;
    margin-top: 0;
    font-size: 30px;
    top: 0;
    left: 0;
}

.page .listado-lineas .item-lineas .contenido .wrap p,
.page .listado-lineas .item-lineas .contenido .wrap h2 {
    padding-left: 25px;
    padding-right: 25px;
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.page .listado-lineas .item-lineas .contenido .wrap h2 {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.3px;
}

.page .listado-lineas .item-lineas .contenido .wrap p {
    padding-bottom: 29px;
    margin-bottom: 0;
    min-height: 97px;
}
.page .listado-lineas .item-lineas .contenido .wrap > a {
    width: 100%;
}
@media (max-width: 767px) {

    .page .listado-lineas .item-lineas .contenido .wrap {

        display: block;
    }

    /* .page .listado-lineas {
        grid-template-columns: repeat(1, 1fr) !important;
    } */

    .page .listado-lineas {
        margin: 0;
    }

    .page-somosce .componenteBolas .row .col:first-child .container-btn{
        display: flex;
        justify-content: start;
    }
}

