/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ==========================
   Fuentes personalizadas OCC
   ========================== */

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OCCText';
  src: url('https://8889978.fs1.hubspotusercontent-na1.net/hubfs/8889978/Fuentes%20OCC/OCCText-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ==========================
   Aplicación de la fuente
   ========================== */

body {
  font-family: 'OCCText', Arial, sans-serif;
  font-weight: 400;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'OCCText', Arial, sans-serif;
  font-weight: 700;
}
em, i {
  font-style: italic;
}


strong, b {
  font-weight: 700;
}

.hs-button,
input,
select,
textarea {
  font-family: 'OCCText', Arial, sans-serif;
}


  scroll-behavior: smooth;
}