@charset "UTF-8";

/*!
 * +----------------------------------------------------------------------------+
 * | RETO FRAMEWORK v9.3.0
 * +----------------------------------------------------------------------------+
 * | Copyright (c) 2004 - 2025, RETOWARE.COM (www.retoware.com)
 * | Jorge Alberto Reteguín Pimentel <jorge.reteguin@retoware.com>
 * | Released under the MIT license
 * | www.retoware.com/retoframework/license/license.txt
 * +----------------------------------------------------------------------------+
 * | Author.......: Jorge Alberto Reteguín Pimentel <jorge.reteguin@retoware.com>
 * | First release: August 6th, 2025
 * | Last update..: August 6th, 2025
 * | WhatIs.......: jfs_custom.css v0.0.1
 * +----------------------------------------------------------------------------+
 */
html {
    scroll-behavior: smooth;
}

.dropdown-toggle:after {
    content: "";
    margin-right: 0;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon-text {
    color: var(--si-nav-link-color);
    font-size: 1rem;
    font-weight: 600;
}

.flag-icon:before {
    content: "\00a0";
}

.flag-icon-mx {
    background-image: url(/img/flag-mx.svg);
}

.flag-icon-us {
    background-image: url(/img/flag-us.svg);
}