.cabeceraTOM2024 {
    position: relative;
    padding: 80px 0px;
}

.cabeceraTOM2024 .colorFondo {
    padding: 80px 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: absolute;
    transition: background-color 1s ease-in-out;
}

.cabeceraTOM2024 .imagenFondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
    transition: background-image 1s ease-in-out;
    opacity: 0.2;
}

.cabeceraTOM2024 .cabeceraTOM2024row{
    padding: 0px 20px;
    z-index: 10;
    display: block;
    position: relative;
}

.cabeceraTOM2024 .textoimportado {
    transition: color 1s ease-in-out, opacity 0.5s ease-in-out;
}

.cabeceraTOM2024 .iconotom24 {
    transition: fill 1s ease-in-out;
}

.cabeceraTOM2024 .texto {
    transition: color 1s ease-in-out;
}

.cabeceraTOM2024 .parteSVG {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.cabeceraTOM2024 .textoimportado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 245px;
    font-family: 'Moisette';
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
}

.cabeceraTOM2024 .texto {
    font-family: 'Moisette';
    font-size: 80px;
    font-weight: 700;
}

.cabeceraTOM2024 .texto span {
    font-size: 50px;
    font-weight: 500;
}

.cabeceraTOM2024 .texto.texto1 {
    position: absolute;
    top: 50%;
    left: calc(50% - 400px); /* Centrado horizontal menos 140px */
    transform: translate(-50%, -50%);
}

.cabeceraTOM2024 .texto.texto2 {
    position: absolute;
    top: 50%;
    left: calc(50% + 400px); /* Centrado horizontal menos 140px */
    transform: translate(-50%, -50%);
}




@media (max-width: 1450px) {


    .cabeceraTOM2024 .parteSVG {
        max-width: 450px;
        margin: 0 auto;
        position: relative;
    }

    .cabeceraTOM2024 .textoimportado {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 195px;
        font-family: 'Moisette';
        font-size: 33px;
        font-weight: 700;
        line-height: 1.2em;
    }

    .cabeceraTOM2024 .texto {
        font-family: 'Moisette';
        font-size: 60px;
        font-weight: 700; 
        line-height: 1em;
    }

    .cabeceraTOM2024 .texto.texto1 {
        position: absolute;
        top: 50%;
        left: calc(50% - 300px);
        transform: translate(-50%, -50%);
    }

    .cabeceraTOM2024 .texto.texto2 {
        position: absolute;
        top: 50%;
        left: calc(50% + 300px);
        transform: translate(-50%, -50%);
    }

    .cabeceraTOM2024 .texto span {
        font-size: 40px;
        font-weight: 500;
    }

}

@media (max-width: 850px) {

    .cabeceraTOM2024 .texto.texto1 {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 30;
        text-align: center;
        margin-bottom: 30px;
    }

    .cabeceraTOM2024 .texto.texto2 {
        position: relative;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        margin-top: 30px;
    }

}

@media (max-width: 465px) {

    .cabeceraTOM2024 .textoimportado {
        max-width: 160px;
        font-size: 26px;
        line-height: 1.3em;
    }

}