/*
Theme Name: Bizvolution
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1769908917
Updated: 2026-02-01 01:21:57

*/

html{
	overflow-x: hidden !important;
}





@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Extra-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('./fonts/Gotham-Black.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ========================
   NORT
======================== */

@font-face {
  font-family: 'Nort';
  src: url('./fonts/Nort.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Nort', system-ui;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham', system-ui;
}

span.elementor-button-text{
	font-family: 'Gotham';
}

p, span, li {
	font-family: 'Nort', system-ui;
	letter-spacing: .2px;
	font-size: 1rem;
}

.elementor-post-info__terms-list-item, .subtitle *{
	font-family: 'Gotham' !important;
}

.gotham{
	font-family: 'Gotham' !important;
}

.char{
	font-family: 'Gotham' !important;
	font-weight: 200;
}

.servicio-content h3{
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 2.5rem !important;
}

.servicio-content ul{
	list-style-type: none;
	padding: 0;
	margin:0;

}

.servicio-content li{
	padding: .25rem 0;
}




.nort{
font-family: 'Nort', system-ui;
}


.no-margin * {
	margin: 0 !important;
	padding: 0 !important;
}