/*  */
@font-face {
  font-family: 'MyOpenRunde';
  src: url('r/wsinth1280/1280012/files/static/v176/OpenRunde-Semibold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
	font-family: 'Klint-Rounded';
	font-weight: '700';
	src: url('r/wsinth1280/1280012/files/static/v176/Klint Rounded W04 Medium.ttf') format('ttf');
}

@font-face {
	font-family: 'Renogare-Regular';
	font-weight: '400';
	src: url('r/wsinth1280/1280012/files/static/v176Renogare-Regular.otf') format('otf');
}
/*  */

body {
  font-family: 'Klint-Rounded', sans-serif;
}


:root {
	--color-rosa: rgb(255, 0, 152);
	--color-lightblue: rgb(0, 181, 226);
	--color-blue: rgb(0, 114, 198);
	--color-darkblue: rgb(2, 29, 55);
    
    font-family: 'Klint-Rounded', sans-serif;

}

#atencion {
      font-family: 'Renogare-Regular', sans-serif;
}
/* icono home navigation bar*/
.c-home {
  /*	content: url(#APP_FILES#home.png); no lo toma al contenido desde aca ni pasandole la ruta completa */
  height: 30px; 
}

/* Titulo */
.t-Region-headerItems--title {
	justify-content: center;
	font-size: x-large;
	color: var(--color-lightblue);
}

/* color Footer */
.t-MediaList-icon.u-color {
	background-color: var(--color-lightblue);
}

h3.t-MediaList-title {
	color: var(--color-rosa);
}

#t_Footer.t-Footer {
	background-color: rgb(255, 255, 255);
}

#listaPie.t-ButtonRegion {
	background-color: rgb(255, 255, 255);
}

/*CSS para logo de nav Bar*/
#imgLogo {
	width: 60%;
	max-height: none !Important;
	margin: 0% auto 0% auto;
}

.fa.fa-arrow-left-alt {
	color: var(--color-rosa);
}

.t-Body-nav {
	position: absolute;
	top: 0px;
}