.somosh1 {
    font-size: 3.3rem !important;
}

.subtitletmc {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.8;
    font-family: "NexaRegular", sans-serif;
}

.subtitletmc-socio {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.8;
    font-family: "NexaRegular", sans-serif;
}

.subtitletmc-sociosub {
    font-size: 26px;
    line-height: 1.8;
    font-family: "NexaBook", sans-serif;
}



.hero-sectiontcn {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(../images/trabajaconnosotros/banner-trabaja-con-nosotros.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    background-position: center center;
    padding: 0px;
    border-radius: 0px;
}

.hero-fullscreen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    /*height: 100vh;*/
    /*padding: 0 0 0 100px;*/
}

.tags-tramaco-tcn-fila {
    align-items: center;
    color: var(--tramaco-blue-dark);;
    justify-self: center;
    /*display: flex;*/
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-start;
}

.linea-texto {
    font-family: "NexaBook", sans-serif;
    font-size: 13px;
    color: var(--tramaco-blue-dark);
}


.card-tramaco-tcn {
    --bulma-card-color: var(--bulma-text);
    --bulma-card-background-color: var(--tramaco-white);
}    


.box-tramaco-tcn {
    --bulma-box-background-color: var(--tramaco-white);
}
    
.tag { 
    color: var(--tramaco-blue-dark);
    background: #fff;
    border-radius: 8px;
    padding: 9px 7px 8px 7px;
    font-size: 10px;
    border: solid 2px var(--tramaco-blue-dark);;
    font-family: "NexaBold", sans-serif;
}

.button.tramaco-tcn {
    background-color: var(--tramaco-blue-dark);
    color: var(--bulma-text-50-invert);
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.final-trabajaconnostros {
    
    font-family: 'NexaBook';
    font-size: 26px;
    max-width: 1300px; /* Define un ancho máximo para el contenido, puedes ajustarlo */
    justify-self: center;
    
}

.cuadro-aplicar-vacante {
    background-color: var(--tramaco-white);
    border-radius: 20px; 
    padding: 0px;
}


.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
    background-color: var(--tramaco-blue-dark);
    border-color: var(--tramaco-blue-dark);
    box-shadow: none;
}


.button.is-primary {
    background-color: #2A52F3;
    color: #fff;
}

@media (max-width: 768px) {

.hero-sectiontcn-m {
        position: static;
        width: 100%;
        background: no-repeat;
        background-image: url(../images/trabajaconnosotros/bg_tramaco_puntoatencion_movil.png);
        background-position: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-radius: 10px;
}

.subtitletmc {
    
    font-size: 20px;
    font-style: center;
    line-height: 1.8;
    font-family: "NexaBook", sans-serif;
}

.final-trabajaconnostros {
    font-size: 20px;
    font-family: "NexaBook", sans-serif;
    text-align: center;
    line-height: 1.8;
} 


.boton-formulario {
    align-items: center;
    text-align: center;
    font-size: 14px !important;
}

.subtitletmc-sociosub {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    font-family: "NexaBook", sans-serif;
}

.subtitletmc-socio {
    font-size: 22px;
    line-height: 1.8;
    font-family: "NexaRegular", sans-serif;
}

.subtitletmc-socio-f {
    font-size: 15px;
    line-height: 1.3;
    font-family: "NexaRegular", sans-serif;
}
.subtitletmc-socio-fi {
    font-size: 16px !important;
    line-height: 1.3;
    font-family: "NexaRegular", sans-serif;
}


}