@charset "UTF-8";
/*!
 * +----------------------------------------------------------------------------+
 * | RETO FRAMEWORK v8.0.0
 * +----------------------------------------------------------------------------+
 * | Copyright (c) 2004 - 2021, RETOWARE.COM (www.retoware.com)
 * | Jorge Alberto Reteguin Pimentel <jorge.reteguin@retoware.com>
 * | Released under the MIT license
 * | www.retoware.com/retoframework/license/license.txt
 * +----------------------------------------------------------------------------+
 */
.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:before {
	content: '\00a0'
}
.flag-icon-cr {
	background-image: url(../../img/flags/cr.svg)
}
.flag-icon-do {
	background-image: url(../../img/flags/do.svg)
}
.flag-icon-gt {
	background-image: url(../../img/flags/gt.svg)
}
.flag-icon-hn {
	background-image: url(../../img/flags/hn.svg)
}
.flag-icon-mx {
	background-image: url(../../img/flags/mx.svg)
}
.flag-icon-ni {
	background-image: url(../../img/flags/ni.svg)
}
.flag-icon-pe {
	background-image: url(../../img/flags/pe.svg)
}