/*tipografia
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.work-sans-<uniquifier> {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Work Sans", serif !important;
    font-weight: 600;
    font-style: normal;
}
h2 {
    font-size: 3rem;
}

body {
    font-family: "Work Sans", serif !important;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}
.sp-megamenu-parent>li>a {
    font-family: "Work Sans", serif !important;
    font-weight: 300;
    font-style: normal;
}
.sppb-flipbox-front-title {
    font-family: "Work Sans", serif !important;
    font-weight: 400;
    font-style: normal;
}

/*menu*/
.sp-megamenu-parent>li>a {
    color: #cbcbcb !important;
}
.sp-megamenu-parent>li>a:hover {
    color: #fff !important;
}
.sp-megamenu-parent>li>a:active {
    color: #fff !important;
}
/*ocultar off canva en desktop*/
@media screen and (min-width: 1000px){
a#offcanvas-toggler {
    display: none !important;
}
}