
@charset 'UTF-8';
/* ver en Style.css que en .nav est�n las deficiones para el c�rculo que encierra al �cono y los colores de �cono*/
/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

OJO!!!   actualizada con Font Awesome 6 Brands para logo x-twitter e insta
también con los fonts de Font Awesome 6 6.7.
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; 
	margin:0 0em 0 0}

.fa-lg {
  font-size: 1.2em;

   }
.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.1em;
  border-radius: .3em;
  padding: .3em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;margin-right: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clock:before {
  content: "\f017"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-facebook:before {
  content: "\f09a"; }
.fa-filter:before {
  content: "\f0b0"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-file-circle-plus:before {
  content: "\e494"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-less:before {
  content: "\f41d"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-dot:before {
  content: "\f3c5"; }

.fa-lock:before {
  content: "\f023"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-magnifying-glass-plus:before {
  content: "\f00e"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-play:before {
  content: "\f04b"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-circle-question:before {
  content: "\f059"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-university:before {
  content: "\f19c"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-times-circle:before {
  content: "\f057"; }

/*icons ESG*/

.fa-users-cog:before{
  content: "\f509"; }

.fa-microscope:before{
  content: "\f610"; }

.fa-comments:before{
  content: "\f086"; }

.fa-laptop-medical:before{
  content: "\f812"; }

.fa-th:before{
  content: "\f00a"; }

.fa-binoculars:before{
  content: "\f1e5"; }

.fa-medal:before{
  content: "\f5a2"; }

.fa-project-diagram:before{
  content: "\f542"; }

.fa-tags:before{
  content: "\f02c"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("font/fa-brands-400.woff2") format("woff2"), url("font/fa-brands-400.ttf") format("truetype"); }

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("font/fa-regular-400.eot");
  src: url("font/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("font/fa-regular-400.woff2") format("woff2"), url("font/fa-regular-400.woff") format("woff"), url("font/fa-regular-400.ttf") format("truetype"), url("font/fa-regular-400.svg#fontawesome") format("svg"); }

.far, .fa-regular {
  font-family: 'FontAwesome';
  font-weight: 400; }

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("font/fa-solid-900.eot");
  src: url("font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("font/fa-solid-900.woff2") format("woff2"), url("font/fa-solid-900.woff") format("woff"), url("font/fa-solid-900.ttf") format("truetype"), url("font/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,.fa-solid {
  font-family: 'FontAwesome';
  font-weight: 900; }


/*cambios m�os de nombres y agregados***************************/
.fa-lgch {
  font-size: 0.8em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-lgli {
  font-size: 1em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-bookface-square:before {
  content: "\f082";
}
.fa-inlinked-square:before {
  content: "\f08c";
}
.fa-bookface-f:before,
.fa-bookface:before {
  content: "\f39e";
}
.fa-inlinked:before {
  content: "\f0e1";
}
.fa-bookface-official:before {
  content: "\f230";
}

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-instagram:before {
  content: "\f16d"; }


			.u-button-style .fa-list-ul { /*icon menu de certificaciones */
				color: #546b76;
				background: rgba(255,255,255,.8);
			}
			.fa-font2:before {
			  content: "\f031";
			}
			 #varios .fa-university, #varios .fa-newspaper, .fa-list-ul{
				color: #546b76;/* amarillo #F0C000, rojo cc0000*/
				padding: .2em .25em .15em;
				border: solid .1em #546b76; /* amarillo #F0C000*/
				border-radius: .3em;
				margin:0 10px 0 0;
				}
			 #varios .fa-university:hover, #varios .fa-newspaper:hover, .fa-list-ul:hover{
				color: rgba(105, 175, 233, 0.8);
				border: solid .1em rgba(105, 175, 233, 0.8);
				}
				
			#copyright .fa-inlinked, #copyright .fa-x-twitter, #copyright .fa-bookface, #copyright .fa-bullhorn, #copyright .fa-instagram {
				background: #fff;
				color: #003761;
				padding: .4em;
				margin: 0.3em 0.2em 0.3em 1.5em;
				border-radius: 1em;	
			}  
			#copyright .fa-inlinked:hover, #copyright .fa-x-twitter:hover, #copyright .fa-bookface:hover, #copyright .fa-bullhorn:hover, #copyright .fa-instagram:hover{
				color: rgba(255,255,255,1);
  				background-color:rgba(105, 175, 233, 0.8);
				text-decoration:none;
			}	
			.fa-fw-flecha {/* flecha sube / baja clasificaci�n*/
 			 width: 0.5em;
  			text-align: center;
			}
			.fa-clock {/* flecha sube clasificaci�n rgba(105, 175, 233, 0.8)*/
 			 color: rgba(252, 164, 29, 1);font-size: .95em;font-weight: 400;
			}
			.fa-ban {
 			 color: rgba(180,196,201,1.00);font-size: .9em;margin-left:.1em;
			}
			.fa-dot-circle,.fa-circle {
 			 color: rgba(199,210,213,1.00);font-size: .7em;margin-left:.2em;
			}
			.fa-caret-up {/* flecha sube clasificaci�n rgba(105, 175, 233, 0.8)*/
 			 color: rgba(29, 179, 252, 1);font-size: 1.25em; width: 1em;
			}
			.fa-history {/* flecha sube clasificaci�n rgba(105, 175, 233, 0.8)*/
 			 color: rgba(29, 179, 252, 1);line-height:inherit;
			}
			.fa-caret-down {/* flecha baja clasificaci�n*/
 			 color: rgba(192, 80, 77, 0.8);font-size: 1.25em; width:1em;
			}
			.fa-exchange-alt {
 			 color: rgba(192, 50, 77, 0.8);
			}									
			.fa-bordercircle {
			  padding: .15em 0.15em 0.15em .25em;
			  border: solid 0.08em ;
			  border-radius: 1em;
				color:#eeeeee;
				background: #fff;
			}
			.fa-arrow-left, .fa-arrow-right, .fa-caret-right {
 			 color: rgba(192, 80, 77, 0.6);
			}
			.fa-arrow-left:hover, .fa-arrow-right:hover, .fa-bordercircle:hover, .fa-caret-right:hover{
 			 color: rgba(192, 80, 77, 1);/*rgba(20,130,255,1);*/
			}
			.fa-caret-right{
			  padding: .0em 1em 0em 0em;
			}