/*--------------------------------------------------------------
# General
#346C3B - Verde oscuro
#009A0F - Verde
#E1F0DF - Verde claro
#EBEBEB - Gris claro
#333333 - Gris oscuro
#424242 - Gris
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #333333;
	font-family: 'Mulish', sans-serif, Arial;
	font-weight: 500;
	font-size: 1.2rem;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

a {
	color: #346C3B;
	transition: 0.3s;
	font-weight: 600;
}

a:hover {
	color: #009A0F;
	text-decoration: underline;
}

a:active, a:focus {
	color: #009A0F;
}

p {
	margin-top: 0;
	margin-bottom: 1.2rem;
	font-weight: 500;
}

.text-verde-oscuro {
	color: #346C3B !important;
}

.text-verde {
	color: #346C3B !important;
}

/*h1,*/
h2, h3, h4, h5, h6 {
	font-family: 'Mulish', sans-serif, Arial;
	font-weight: 700;
	margin: 15px 0 10px;
	padding: 0;
	color: #346C3B;
}

.titulo {
	text-shadow: 1px 1px 2px rgb(0 0 0/ 75%);
	background-image: url(../img/green-background.jpg);
	background-color: #346C3B;
	width: 100%;
	height: 120px;
	/*padding-top: 25px;
	padding-bottom: 15px;*/
	/*margin-bottom: 15px;*/
	margin-top: -55px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

h1 {
	font-size: 2.3rem;
	font-weight: 700;
	margin: 20px 0 20px;
	color: #346C3B;
	/*font-size: 2.5rem;
  border-bottom: 2px solid #bbbbbb!important;
  margin: 0px -5px 30px;
  padding-left: 10px;*/
}

h2 {
	font-size: 2.2rem;
	border-bottom: 2px solid #bbbbbb;
	margin: 15px 0px 25px;
	padding-left: 0.5rem;
}

h3 {
	font-size: 1.9rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.3rem;
}

h6 {
	font-size: 1.2rem;
}

ul, ol {
	padding-left: 20px;
	font-weight: 500;
}

/*Hide the content of the tag by placing it off-screen (outside the viewport) accesibility */
.off-screen {
	position: absolute;
	left: -99999rem;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #009A0F;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

/* espacio superior e inferior en las secciones */
.first-section {
	padding-top: 120px;
}

.middle-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* botones */
.btn-institucional {
	border: 1px solid #E1F0DF;
	border-radius: 25px;
	display: inline-block;
}

.btn-institucional:hover, .btn-institucional:focus, .btn-institucional:active
	{
	background-color: transparent;
	color: #f8f9fa;
}

.btn-om {
	font-family: 'Mulish', sans-serif, Arial;
	font-size: 1.1rem;
	font-weight: 600;
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid #346C3B;
	border-radius: 25px;
	transition: 0.3s;
	background-color: transparent;
	color: #346C3B;
	text-align: center;
}

.btn-om:hover {
	background-color: #346C3B;
	color: #E1F0DF;
	text-decoration: underline;
}

.btn-om:focus, .btn-om:active {
	background-color: #346C3B;
	color: #E1F0DF;
	box-shadow: 0 0 0 0.2rem rgba(56, 116, 74, 0.5);
}

/*#estudios-especiales .panel:active{
	box-shadow: none;
}*/

/*#normativa a[href^="http://"][target^=_blank]:after {
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	text-rendering: auto;
	font-size: 16px;
	vertical-align: 2px;
}*/

/*icons*/
.fa-external-link {
	font-size: 16px;
	margin-left: 8px;
	vertical-align: 1px;
}

.icono-arg-acrobat{
	font-size: 16px;
	margin-left: 8px;
	vertical-align: -1px;
}

.fa-angles-right {
	font-size: 16px;
}
/*
.carousel-control-next:hover .fa-angle-right{
	padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
}*/
#contactoForm a:after {
	content: "\f12d";
	font-family: FontAwesome;
	margin-left: 5px;
}

#contactoForm #enviarBtn:after {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-left: 5px;
}

.header2 .home:hover {
	text-decoration: none;
}

/* panel */
.panel2 {
	border: 1px solid #346C3B;
	border-radius: 15px;
	box-shadow: none;
	color: #333333;
	display: block;
	text-decoration: none !important;
	width: 100%;
}

.panel {
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	border: 1px solid #346C3B;
	border-radius: 15px;
}

.btn-panel {
	display: block;
	border: 1px solid #346C3B;
	border-radius: 15px;
	box-shadow: none;
	/*padding: 10px 35px;*/
	color: #346C3B;
	text-decoration: none !important;
	font-size: 1.1rem;
}

.btn-panel:hover {
	background-color: #E1F0DF;
}

.btn-panel:focus, .btn-panel:active {
	background-color: #E1F0DF;
	box-shadow: 0 0 0 0.2rem rgba(56, 116, 74, 0.5);
}

.panel-body, .panel-footer {
	padding: 15px 20px;
}

.media, .media-body {
	overflow: hidden;
	zoom: 1;
	color: #346C3B;
}

.panel-body .padding-20 {
	padding-right: 15px !important;
	padding-top: 5px !important;
}

.media-body, .media-left, .media-right {
	display: table-cell;
	vertical-align: top;
}

.padding-15 {
	padding: 15px;
}

.media-left {
	padding-right: 10px;
}

/* cards - noticias - guiaint*/
.card {
	border: 1px solid #346C3B;
	border-radius: 15px;
}

.noticia-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.noticia-item:hover h5 {
	text-decoration: underline;
}

.noticia-item:focus h5, .noticia-item:active h5 {
	color: #009A0F;
}

.card-body a .card-text {
	color: #424242;
}

.card-img-top {
	padding: 10px;
	padding-top: 20px;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #ffffff;
	border-top: 0px;
}

.card-institucional {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 30px;
}

.fa-circle-arrow-right {
	font-size: 35px;
}

#seccionNotas a.noticia-item:hover, #noticias a.noticia-item:hover {
	text-decoration: none;
}

.form-control:focus {
	border-color: #009A0F;
	box-shadow: 0 0 0 0.2rem rgba(146 231 124/ 25%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header2 {
	font-size: 1rem;
	font-weight: 600;
	text-align: right;
}

#header {
	/*position: fixed;*/
	height: auto; /*80px;*/
	width: 100%;
	transition: all 0.5s;
	z-index: 997;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #009A0F;
}

#header.header-scrolled, #header.header-pages {
	/*height: auto;height: 70px;*/
	padding: 5px 0;
	border-bottom-width: 1px;
}

#header.header-scrolled .logo img {
	max-width: auto;
	transition: all 0.5s;
}

#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
	color: #346C3B;
	text-decoration: none;
}

#header .logo img {
	max-width: 100%; /*90%;*/
	max-height: auto;
	padding: 0;
	padding-right: -25px;
	margin: 0;
	transition: all 0.3s;
	/*max-height: 60px;*/
	/*margin-top: 2%;*/
}

.float-left {
	float: left !important;
	padding-left: 0px;
	padding-right: 30px;
}

.main-pages {
	margin-top: 60px;
}

.container-top {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav {
	position: relative;
	/*display: flex;*/
	flex-wrap: wrap;
	align-items: center;
	padding: 0.5rem 1rem;
}

.mainbar-nav {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	flex-direction: column;
}

.main-nav .mainbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.main-nav .nav-link {
	display: block;
	padding: .5rem 1rem;
	font-size: 1rem;
	font-family: 'Mulish', sans-serif, Arial;
	font-weight: 600;
	color: #000;
	transition: 0.3s;
}

.main-nav .drop-down {
	position: relative;
}

/*flecha*/
/*
.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;	
}*/

.main-nav .drop-down:hover>.menu-dropdown {
	display: block;
}

.main-nav .menu-dropdown {
	position: absolute;
	top: 80%;
	left: auto;
	right: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	font-size: 1rem;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #ffffff;
	background-clip: padding-box;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.main-nav .item-dropdown {
	display: block;
	width: 100%;
	padding: 1rem 1.5rem;
	clear: both;
	font-size: 0.9rem;
	font-weight: 600;
	color: #000;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.main-nav .submenu-dropdown {
	position: relative;
}

.main-nav .submenu-dropdown>a:after {
	content: "\f107";
	font-family: FontAwesome;
	transform: rotate(-90deg);
	position: absolute;
	right: 15px;
}

.main-nav .submenu-dropdown:hover>.menu-dropdown {
	display: block;
}

.main-nav .submenu-dropdown .menu-dropdown {
	top: 0;
	left: 100%;
	margin-right: .1rem;
	width: 280px;
}

.main-nav a:hover {
	text-decoration: underline;
}

.main-nav a:focus, .main-nav a:active {
	color: #009A0F;
}

/* Mobile Navigation */
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -235px;
	width: 235px;
	padding-top: 18px;
	background: rgba(19, 57, 39, 0.8);
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 1rem;
}

.mobile-nav .active>a {
	color: #74fcb5;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after, .mobile-nav .submenu-dropdown>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after, .mobile-nav .active.submenu-dropdown>a:after
	{
	content: "\f077";
}

.mobile-nav .drop-down>a {
	/*padding-right: 35px;*/
	
}

.mobile-nav .drop-down ul, .mobile-nav .submenu-dropdown ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li, .mobile-nav .submenu-dropdown li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	/*margin: 12px 18px 0 0;*/
	color: #333333;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 57, 39, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav .nav-link:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Secciones
--------------------------------------------------------------*/
/* INICIO */

/* ---- Sección de informes ---- */
#informes {
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 100%;
	background-color: grey;
}

.carousel-indicators {
	bottom: -55px;
}

.carousel-principal {
	max-width: 950px;
	margin: auto;
}

.carousel-galeria {
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.carousel-inner {
	margin-bottom: 30px;
}

.carousel-indicators .active {
	background-color: #009A0F;
}

.visible-mobile {
	display: none !important;
}

/*.slide-img{
  position: relative;
}

.slide-content{
  position: absolute;
}
*/

/* ---- Seccion Institucional ---- */
#institucional {
	padding: 20px 0; /*40px*/
	/* background: #E1F0DF; 
    background-image: url("../img/green-background.jpg");
    background-color: #346C3B;*/
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.6rem;
	font-weight: 600;
	color: #346C3B;;
}

#institucional p {
	padding: 25px;
	margin: 0;
}

/*-------SECCIONES-----------*/

/* --- Institucional - Convenios y Acordadas - Normativa --- */
.institucional-accesos {
	font-size: 1.1rem;
}

.lista-om li {
	/*list-style: none;*/
	margin-bottom: 1.5rem;
}

/* SECCION NOTICIAS */
/* Paginación */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-link {
	color: #346C3B;
	font-weight: 600;
	border: none;
}

.page-item i {
	font-size: 35px;
}

.page-item .num:hover {
	background-color: #346C3B;
	color: #E1F0DF;
}

.page-link:focus {
	outline: none;
	box-shadow: none;
}

/* SECCION REGISTROS */

/* Registros, talleres, videoconferencias */
.panel-flex {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;
  height: 300px;*/
	align-items: center;
}

.panel-flex h4 {
	color: #333333;
}

.panel-flex .card-body {
	padding: 0;
}

/* --- Investigaciones e informes ---- */

/* Transversalización y Capacitación */
.panel-border-top-verde, #capacitacion .panel {
	border-top-width: 15px;
}

.card-header:hover, .card-header:focus, .card-header:active,
	.panel-border-top-verde:hover, .panel-border-top-verde:focus,
	.panel-border-top-verde:active {
	background-color: #E1F0DF;
}

.card-header:active h4, .card-header:focus h4, .card-header:active h5,
	.card-header:focus h5, #capacitacion a:active h5, #capacitacion a:focus h5,
	.panel-border-top-verde:active h4, .panel-border-top-verde:focus h4 {
	color: #009A0F;
}

#capacitacion a[aria-expanded=false] h4:after {
	content: "\f078";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	text-rendering: auto;
	font-size: 18px;
	vertical-align: 2px;
}

#capacitacion a[aria-expanded=true] h4:after {
	content: "\f077";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 5px;
	text-rendering: auto;
	font-size: 18px;
	vertical-align: 2px;
}

#transversalizacion .panel-body {
	padding: 20px 15px 20px 15px;
}

.card-header{
	background-color: #FFFFFF;
}

/* --- OFICINAS, TALLERES, VIDEOCONFERENCIAS Y DIPLOMATURA --- */
.panel2 h4, .panel2 h5 {
	border-bottom: 2px solid #346C3B;
	padding-bottom: 1rem;
}

#modulos ul {
	list-style: none;
}

#modulos ul li::before {
	content: "\2022";
	color: #346C3B;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.diplomatura table {
	font-size: 1rem;
	border-collapse: collapse;
}

.diplomatura table thead {
	border-top: transparent solid 2px;
}

.modal-header {
	background-color: #E1F0DF;
}

.taller h6{
	text-decoration: underline;
}

#talleres li{
	margin-bottom: 8px;
}


/* SECCION LACTANCIA */
#lactancia img {
	margin: 0 0 1rem 0;
}

#lactancia .btn-panel {
	font-size: 1.2rem;
}

/* SECCION ACCESO INTERNO */

/* GUIA INTERNACIONAL - INFORMES */
.blockquote {
	font-size: 1.2rem;
}

.guiaint .card-header:hover, #informes2 .card-header:hover,
	#segundaCohorte .card-header:hover {
	background-color: #E1F0DF;
	text-decoration: none;
}

.guiaint .card-header:hover h5, #informes2 .card-header:hover h5 {
	text-decoration: underline;
}

#informes2 .table td {
	border-bottom: 1px solid #dee2e6;
	border-top: none;
}

.nav-derechos {
	border-bottom: 1px solid #346C3B;
	font-weight: 700;
}

.breadcrumb {
	background-color: transparent;
}

#accordion a[aria-expanded=true] .fa-chevron-down {
	display: none;
}

#accordion a[aria-expanded=false] .fa-chevron-up {
	display: none;
}

.guiaint .navbar button[aria-expanded=true] .fa-caret-down {
	display: none;
}

.guiaint .navbar button[aria-expanded=false] .fa-caret-up {
	display: none;
}

.guiaint a[aria-expanded=true] .fa-chevron-down {
	display: none;
}

.guiaint a[aria-expanded=false] .fa-chevron-up {
	display: none;
}

.guiaint .titulo-guia {
	border-bottom: 2px solid #bbbbbb !important;
	margin-bottom: 1rem;
}

.guiaint .derechos-items, .guiaint .nav-item span {
	font-size: 1rem;
}

.guiaint .nav-item span:hover, .guiaint .derechos-items a:hover {
	text-decoration: underline;
}

#eim-galeria .btn-img, #aif-galeria .btn-img, #diplomaturaFotos .btn-img
	{
	border: none;
	padding: 0;
}

.diplomatura :-webkit-scrollbar {
	height: 1rem;
	z-index: 100;
	position: relative;
}

.diplomatura :-webkit-scrollbar-thumb {
	background-color: black;
}


/*--------------------------------------------------------------
 FOOTER
--------------------------------------------------------------*/
#footer {
	color: #eee;
	margin-top: auto;
	font-size: 12px;
}

#footer .footer-top {
	padding: 30px 20px 30px 20px;
}

#footer span {
	font-size: 1rem;
}

#footer a:hover span, #footer a:focus span, #footer a:active span {
	text-decoration: underline;
}

.btn-datos {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

/*.btn-datos:focus span, .btn-datos:active span {
	text-decoration: underline;
}*/
.figure {
	margin: 0 0 1rem;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
	max-height: 35px;
	max-width: auto;
}

.figure-caption {
	font-size: 0.8rem;
}

/* Tablas */
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th{
	background-color: #ebebeb;
}
/* fin tablas */


/*resumen ia*/

#btnIa{
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.icono-btnIa {
	width: 120px;
	pointer-events: none;
}
.icono-btnIa .st0{
	fill: #898989;
}

.icono-btnIa .st1{
	fill: #706f6f;
}

.icono-btnIa .st2{
	fill: #ededed;
}

.icono-btnIa .st3{
	fill: #009A0F;
}


#btnIa:hover .icono-btnIa .st0 {
	fill: #009A0F;
}


#btnIa:focus .icono-btnIa .st0 {
	fill: #346C3B;
}

.cuadroIa h3{
	font-size: 1.3rem;
}

.resumenIa{
	font-size:1.1rem;
}

.lineaSeparadora{
	border-bottom: 1px solid;
}

.iconoIA{
	width:18px;
}

.btnCerrar{
	font-size: 1.3rem;
}

/* fin resumen ia*/





/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
/*@media ( min-width : 1500px) {
	#header .logo img {
		max-width: 70%;
	}
}*/
@media screen and (min-width: 1200px) {
	/*.drop-down ul>div {
		display: table-cell;
	}*/
	.drop-down li a {
		margin-right: 60px;
	}
	.header-inicio {
		display: none;
	}
}

@media ( min-width : 992px) {
	.main-nav .mainbar-nav {
		flex-direction: row;
	}
	.main-nav .navbar-nav .menu-dropdown {
		position: absolute;
	}
}

@media ( max-width : 1024px) {
	#header .logo {
		/*padding-right: 10px;*/
	}
}

@media ( max-width : 1199px) {
	.header2 {
		display: none;
	}
	.mobile-nav .fa-angle-down{
	display: none;}
	.responsiveTable * {
		display: block;
	}
	.responsiveTable th {
		display: none;
	}
	.responsiveTable tr {
		margin-bottom: 1rem;
	}
	.responsiveTable td:before {
		content: attr(data-title);
		font-weight: 700;
		color:#346C3B;
	}
	.responsiveTable p {
		margin-bottom: 0;
	}
	.responsiveTable .border-top-td {
		border-top: 2px solid #dee2e6;
	}
	.responsiveTable a {
		display: inline;
	}
	.diplomatura .card-body{
	padding-top:0;}
}

@media ( max-width : 991px) {
	#noticias2 .noticias-item {
		width: 60%;
	}
	/*#header {
		height: 70px;
		padding: 5px 0;
	}*/
	#header .logo h1 {
		font-size: 28px;
		padding: 8px 0;
	}
}

@media ( max-width : 768px) {
	#noticias2 .noticias-item {
		width: 100%;
	}
	#talleres .card-body {
		text-align: left;
	}
	#institucional {
		font-size: 1.4rem;
	}
	#header.header-scrolled .logo img {
		max-width: 100%;
		transition: all 0.3s;
	}
	.back-to-top {
		bottom: 15px;
	}
}

@media ( max-width : 767px) {
	.section-header p {
		width: 100%;
	}
	#informes .informe-item {
		text-align: center;
	}
	#informes .informe-item .informe-img {
		float: none;
		margin: auto;
	}
	#informes .informe-item h3, #informes .informe-item h4, #informes .informe-item p
		{
		margin-left: 0;
	}
	.titulo h1 {
		font-size: 1.7rem;
	}
}

@media ( max-width : 575px) {
	#footer .footer-item {
		margin-top: 20px;
	}
	#institucional2 ul {
		list-style: none;
	}
	
	.fecha-noticia{
	font-size:1rem;
	}	
	
}

@media ( max-width : 450px) {
	#areas h4 {
		font-size: 1.2rem;
	}
	#areas p {
		font-size: 15px;
	}
	.titulo h1 {
		font-size: 1.4rem;
	}
	h1 {
		font-size: 1.9rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.4rem;
	}
	#capacitacion a[aria-expanded=false] h4:after {
		width: 100%;
		margin: 0;
	}
	#capacitacion a[aria-expanded=true] h4:after {
		width: 100%;
		margin: 0;
	}
	.icono-btnIa {
		width: 100px;
	}
}

@media ( max-width : 489px) {
	.visible-mobile {
		display: inline !important;
	}
	.hidden-mobile {
		display: none !important;
	}
}