.elementor-kit-18{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-18 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   GSV NEWS
   SISTEMA GLOBAL
   ========================================================= */

:root {

    /* TIPOGRAFIA */
    --gsvn-font-title: "Space Grotesk", sans-serif;
    --gsvn-font-body: "Inter", sans-serif;

    /* CORES */
    --gsvn-black: #080809;
    --gsvn-black-soft: #101012;
    --gsvn-white: #fffdfa;

    --gsvn-paper: #f3eee6;
    --gsvn-paper-soft: #f4efe7;

    --gsvn-wine: #b90217;
    --gsvn-wine-hover: #901728;
    --gsvn-wine-active: #760f1d;

    --gsvn-gold: #efd397;

    --gsvn-muted: #aaa3a7;
    --gsvn-muted-dark: #777176;

    --gsvn-line-dark: rgba(255, 255, 255, .10);
    --gsvn-line-light: rgba(9, 9, 10, .12);

    /* LAYOUT */
    --gsvn-container: 1180px;
    --gsvn-gutter: 48px;
    --gsvn-gutter-mobile: 32px;
}


/* =========================================================
   BASE
   ========================================================= */

html,
body {
    font-family: var(--gsvn-font-body) !important;
}


/* CORPO / INTERFACE */

body,
p,
span,
li,
ul,
ol,
a,
button,
input,
textarea,
select,
option,
label,
form,
table,
th,
td,
figcaption,
blockquote,
cite,
time {
    font-family: var(--gsvn-font-body) !important;
}


/* TÍTULOS */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gsvn-font-title) !important;
}


/* =========================================================
   CLASSES GLOBAIS GSV NEWS
   ========================================================= */

.gsvn-title,
.gsvn-heading,
.gsvn-headline,
.gsvn-display {
    font-family: var(--gsvn-font-title) !important;
}


.gsvn-body,
.gsvn-text,
.gsvn-meta,
.gsvn-label,
.gsvn-button,
.gsvn-nav {
    font-family: var(--gsvn-font-body) !important;
}


/* =========================================================
   CONTAINER GLOBAL
   ========================================================= */

.gsvn-container {
    width: min(
        var(--gsvn-container),
        calc(100% - var(--gsvn-gutter))
    );

    margin-inline: auto;
}


@media (max-width: 600px) {

    .gsvn-container {
        width: calc(
            100% - var(--gsvn-gutter-mobile)
        );
    }

}/* End custom CSS */