:root{
	--blanco: #fff;
	--negro: #292929;
	--verde: #cddb00;
	--blanco: #fff;
	--gris: #9c9b9b;
    --roman: 'Helvetica Lt Std Roman';
    --romanB: 'Helvetica Lt Std Roman Bold';
    --playfairR: 'Playfair Display R';
    --playfairBI: 'Playfair Display BI';
}

@font-face {
    font-family: 'Helvetica Lt Std Roman Bold';
    src: url('../archivos/fonts/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
    font-family: 'Playfair Display R';
    src: url('../archivos/fonts/PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'Playfair Display BI';
    src: url('../archivos/fonts/PlayfairDisplay-BoldItalic.ttf');
}

#header .header-nav.header-nav-links nav > ul li > a{
    font-family: var(--romanB);
    font-size: 16px;
    padding: 0 0.9rem;
}

#headerPageHome{
    height: 50vh;
}
#headerPageHome .boxText{
    display: flex;
    align-items: center;
    height: 100%;
    height: 50vh;
}
.titleSlide{
    font-family: var(--roman);
    color: var(--gris);
    font-size: 25px;
    white-space: pre-line;
    line-height: normal;
}
.titleSlide.custom-title-with-icon:before{
    color: var(--verde);
}
.titleSlide .white{
    color: var(--blanco);
    font-family: var(--playfairR);
    font-size: 60px;
    line-height: 65px;
}
.titleSlide .green{
    font-family: var(--playfairBI);
    color: var(--verde);
    font-size: 60px;
    line-height: 65px;
}