:root {
    --primary-color: #5B1C17;
    --secondary-color: #308B82;
    --tertiary-color: #E5D6A4;


    --white-color: #ECECEC;
    --brown-color: #3A2F37;
    --body-secondary-color: #F7F4F4;
    

    --text-color: #5a5a5a;

  

    --primary-font: 'Roboto Slab', serif;
    --secondary-font: 'Poppins', sans-serif;
}

/********************** GLOBAL STYLES **********************/

@media ( max-width: 640px ) {
    .fl-row-content-wrap {
        padding-left: 8px;
        padding-right: 8px;
    }
}

body h1, #fl_main_content h1,
body h2, #fl_main_content h2,
body h3, #fl_main_content h3,
body h4, #fl_main_content h4 {
    margin: 0px;
}

body h1,
.fl-heading h1 {
    font-size: 48px;
    font-family: var(--secondary-font);
    font-weight: 700;
	margin: 0px;
	padding: 0px;
}

@media ( max-width: 640px ) {
    body h1,
    .fl-heading h1  {
        font-size: 32px;
		line-height: 1.2;
    }
}

body h2,
.fl-heading h2 {
    font-size: 32px;
    font-family: var(--secondary-font);
    font-weight: 700;
		margin: 0px;
		padding: 0px;
}

@media ( max-width: 640px ) {
    body h2,
    .fl-heading h2  {
        font-size: 24px;
    }
}

body h3,
.fl-heading h3 {
    font-size: 24px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

body h4,
.fl-heading h4 {
    font-size: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
}

body p {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: calc(14px * 1.6);
    color: var(--text-color);
}

.heading-border {
    position: relative;
    border-left: 8px solid var(--secondary-color);
    padding-left: 16px;
}

.title-head p {
    letter-spacing: 1px;
    color: var(--secondary-color);
}

.title-head-separator {
    width: 80px;
    height: 100%;
    background-image: url('https://redesign.institutoprueger.net.ar/wp-content/uploads/2025/09/title_pattern_img.svg');
    background-repeat: repeat-x;
}

/********************** BUTTONS **********************/

/*- Primary Button -*/

#fl-main-content .primary-button a.fl-button {
    color: var(--white-color);
    background: var(--primary-color);
    border: 1px solid #792620;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease;
}

#fl-main-content .primary-button a.fl-button span,
#fl-main-content .primary-button a.fl-button i {
    color: inherit;
}

#fl-main-content .primary-button a.fl-button:hover {
    transform: translateY(-4px);
	background: var(--primary-color);
}

/*- Secondary Button -*/

#fl-main-content .secondary-button a.fl-button {
    color: var(--white-color);
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease;
}

#fl-main-content .secondary-button a.fl-button span,
#fl-main-content .secondary-button a.fl-button i {
    color: inherit;
}

#fl-main-content .secondary-button a.fl-button:hover {
    transform: translateY(-4px);
	background: var(--secondary-color);
}

/*- Tertiary Button -*/

#fl-main-content .tertiary-button a.fl-button {
    color: #584919;
    border: 1px solid #d7bf70;
    background: var(--tertiary-color);
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 24px 40px #EEEEEE;
    transition: all .4s ease;
}

#fl-main-content .tertiary-button a.fl-button span,
#fl-main-content .tertiary-button a.fl-button i {
    color: inherit;
}

#fl-main-content .tertiary-button a.fl-button:hover {
    transform: translateY(-4px);
	background: var(--tertiary-color);
}

/*- Link Button -*/

#fl-main-content .link-button a.fl-button {
    padding: 0px;
    background: none;
    border: none;
    display: flex;
    font-family: var(--secondary-font);
    font-size: 14px;
    font-weight: 600;
}

#fl-main-content .link-button a.fl-button span,
#fl-main-content .link-button a.fl-button i {
	color: inherit;
}

#fl-main-content .link-button a.fl-button:hover {
    background: none;
}

#fl-main-content .link-button a.fl-button .fl-button-icon {
    margin: 0px;
    transition: all .2s ease;
}

#fl-main-content .link-button a.fl-button:hover .fl-button-icon {
    margin-left: 4px;
}

/*- Underline Button -*/

#fl-main-content .underline-button a.fl-button {
    background: none;
    padding: 0px;
    border: none;
    text-decoration: underline;
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: calc(14px * 1.6);
}

#fl-main-content .underline-button a.fl-button span,
#fl-main-content .underline-button a.fl-button i {
	color: inherit;
}

/********************** HERO **********************/
/***************************************************/

#hero p {
    color: var(--white-color);
}

#hero .honor-mention .uabb-list-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

#hero .honor-mention .uabb-list-icon-wrap .uabb-callout-outter {
    margin: 0px;
}

#hero .fl-heading {
    color: var(--white-color);
}





