/* Font for homapal */

/* Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* Noto Sans */
/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
/*
.App.homapal.latin *{
	font-family: 'Lato', Helvetica, Sans-Serif !important;
}
.App.homapal *{
	font-family: 'Noto Sans', Sans-Serif !important;
}
*/

.App.homapal{
	font-family: 'Lato', Helvetica, Sans-Serif !important;
}
/* Custom style */
.btn-primary, .btn-secondary{
    letter-spacing: 0.1em !important;
}
.arrow-icon-brand{
    background-image: url("/assets/arrowTrespaFenix.svg");
    background-repeat: no-repeat;
    width: 9px;
    min-width: 9px;
    height: 16px;
    filter: none;
    -webkit-filter: none;
    transition: all .3s;
}
hr.language-separator{
    display: none;
}
.bg-header > a > img, .bg-header_lang_selection > a > img { width:160px}
