/*
Theme Name: Hello Elementor Child
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.6.1772127940
Updated: 2026-02-26 17:45:40

*/

.contenedor_principal{
	max-width: 1536px !important;
	width: 95% !important;
	margin-inline: auto !important;
}
.Poppins, .Poppins *{
	font-family: "Poppins", sans-serif !important;
}
.ubuntu, .ubuntu *{
	font-family: "Ubuntu", sans-serif;
}
.regular, .regular *{
	font-weight: 400 !important;
}
.bold, .bold *{
	font-weight: 700 !important;
}
.semibold, .semibold *{
	font-weight: 600 !important;
}
.blanco, .blanco *{
	color: #fff !important;
}
.azul, .azul *{
	color: #00AFEC !important;
}
.negro, .negro *{
	color: #000 !important;
}
.gris, .gris *{
	color: #646464 !important;
}

/* =========================
   >= 1921px 
   ========================= */
@media (min-width: 1921px){
  .font_50, .font_50 *{ font-size: 50px; }
  .font_25, .font_25 *{ font-size: 25px; }
  .font_24, .font_24 *{ font-size: 24px; }
  .font_22, .font_22 *{ font-size: 22px; }
  .font_18, .font_18 *{ font-size: 18px; }
  .font_16, .font_16 *{ font-size: 16px; }
  .font_14, .font_14 *{ font-size: 14px; }
}

/* =========================
   <= 1920px 
   (px/1920*100 = vw)
   ========================= */
@media (max-width: 1920px){
  .font_50, .font_50 *{ font-size: 2.6042vw; } /* 50px */
  .font_25, .font_25 *{ font-size: 1.3021vw; } /* 25px */
  .font_24, .font_24 *{ font-size: 1.25vw; }   /* 24px */
  .font_22, .font_22 *{ font-size: 1.1458vw; } /* 22px */
  .font_18, .font_18 *{ font-size: 0.9375vw; } /* 18px */
  .font_16, .font_16 *{ font-size: 0.8333vw; } /* 16px */
  .font_14, .font_14 *{ font-size: 0.7292vw; } /* 14px */
}

/* =========================
   Mobile 
   ========================= */
@media (max-width: 768px){
  .font_50, .font_50 *{ font-size: 32px; }
  .font_25, .font_25 *{ font-size: 18px; }
  .font_24, .font_24 *{ font-size: 18px; }
  .font_22, .font_22 *{ font-size: 16px; }
  .font_18, .font_18 *{ font-size: 14px; }
  .font_16, .font_16 *{ font-size: 13px; }
  .font_14, .font_14 *{ font-size: 12px; }
}

/* .font_50, .font_50 *{
	font-size: 50px;
}
.font_25, .font_25 *{
	font-size: 25px;
}
.font_24, .font_24 *{
	font-size: 24px;
}
.font_22, .font_22 *{
	font-size: 22px;
}
.font_18, .font_18 *{
	font-size: 18px;
}
.font_16, .font_16 *{
	font-size: 16px;
}
.font_14, .font_14 *{
	font-size: 14px;
} */