/*
Theme Name: AI-Factory
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Binarea
Author URI: http://www.binarea.cat
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.23.4.1758736274
Updated: 2025-09-24 17:51:14

*/

/* Aptos Thin */
@font-face {
    font-family: 'Aptos';
    src: url('/wp-content/fonts/Aptos-Light.woff2') format('woff2'),
		url('/wp-content/fonts/Aptos-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

/* Aptos Regular */
@font-face {
    font-family: 'Aptos';
    src: url('/wp-content/fonts/Aptos.woff2') format('woff2'),
		url('/wp-content/fonts/Aptos.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Aptos Bold */
@font-face {
    font-family: 'Aptos';
    src: url('/wp-content/fonts/Aptos-Bold.woff2') format('woff2'),
		url('/wp-content/fonts/Aptos-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Aptos', sans-serif;
    font-weight: 400; /* Regular por defecto */
}

h1, h2, h3 {
    font-weight: 700; /* Bold */
}

.small-text {
    font-weight: 200; /* Thin */
}

.whiteButton{
	background-color: white !important;
	border-color: white !important;
	text-decoration: none !important;
	color: black !important;
}


.blueButton{
	background-color: #183a74 !important;
	border-color: #183a74 !important;
	text-decoration: none !important;
	color: white !important;
	
}
body #page-container .et_pb_section .preset--group--divi-button--divi-button--default.anular-hover-padding:hover {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.training_card{
	padding: 10px;
	border: solid 1px black;
	border-radius: 5px;
}
.training_card_field{
	padding: 5px;
	margin:0px;
}
.training_card_label p{
	font-size: 0.875rem !important;
	margin-top: 15px; 
}

.training_card_title{
	
}

.training_card_image{
	
}

.training_card_button{
	text-decoration: none;
}

.training-block-heading{
	border-bottom: 1px solid;
	font-weight: bold;
	margin-top: 15px; 
}





