.titulo-general-landing{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.titulo-general-landing h1{
    font-size: clamp(35px, 4vw, 56px);
    color: #FFFFFF;
    font-weight: 600;
    margin-top: 0px;
}
.titulo-landing h2{
    font-size: clamp(25px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}
.titulo-landing.white h2{
    color: #FFFFFF;
    font-size: clamp(20px, 4vw, 27px);
}
.subtitulo-landing h3{
    font-size: clamp(16px, 4vw, 18px);
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
}
.texto-landing p{
    color: #000000;
    font-size: clamp(14px, 4vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}
.header-container .vc_column-inner{
    height: 80vh;
}
.tipo-landing_page .entry-header{
    display: none;
}
.tipo-landing_page .ts-breadcrumbs{
    display: none;
}