@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------
FONT IMPORT
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*-------------------------------------------
GENERAL STYLES
-------------------------------------------*/
html {
	font-size: 100%;
	font-family: 'Work Sans', sans-serif;
}

/*17px*/
body {
	background-color: white;
	font-family: 'Work Sans', sans-serif;
	line-height: 1.5;
	color: #333;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.15em;
	font-size: 1.1em;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Work Sans', sans-serif;
	line-height: 1.15;
}

h2,
h3,
h4,
h5 {
	margin: 1.05em 0;
}

h1,
h2 {
	color: #333;
}

h1 {
	font-size: 3.052em;
	font-weight: 700;
	margin-top: 0.1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 2.441em;
	font-weight: 600;
}

h3 {
	font-size: 1.953em;
	font-weight: 600;
}

.container-noticia h3 {
	font-weight: 600 !important;
	font-size: 1.4em !important;
}

.container-noticia h3 span {
	display: block;
	font-size: 0.6em;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	color: #3366CC;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

h4 {
	font-size: 1.563em;
}

h5 {
	font-weight: 600;
	font-size: 1.4em;
}

h5 span {
	display: block;
	font-size: 0.6em;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	color: #3366CC;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.sistemas {
	font-size: 0.9em;
}

.date-news {
	font-size: 0.9em;
	color: #666;
	margin-top: 0px;
	font-weight: 500;
	margin-bottom: 10px;
}

.container-noticia a {
	color: #333;
}

.news {
	margin-top: 30px;
}

.text-small {
	font-size: 0.8em;
}

.extra-small {
	font-size: 0.64em;
}

.redes {
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	padding: 25px;
	margin-bottom: 16px;
}

/*----------Estilos personalizados de texto------------*/
h1.pagina-interna {
	margin-bottom: 0em;
}

p.seccion-actual {
	color: #00527B;
	margin-bottom: -0.3em !important;
}

div.title_pagina-interna {
	font-size: 3.052em;
	font-weight: 700;
	margin-top: 0.1em;
	color: #333;
	margin-bottom: 0em;
}

/*------------formatos-----------------*/
.border {
	border-right: 1px solid #EEE;
	padding: 10px 0px 10px 15px !important;
}

.border-left {
	border-left: 0px solid #EEE;
	padding: 10px 0px 10px 15px !important;
}

.formatos {
	background-color: #44494D;
}

.formatos p {
	margin-bottom: 0;
}

.flex-basis-80 {
	flex-basis: 79%;
	display: flex;
	align-items: center;
}

.flex-basis-60 {
	flex-basis: 60%;
}

.formatos .text-small a {
	color: white;
	text-decoration: none;
	margin: 0;
}

.formatos .text-small a:hover {
	color: #FFFCBB;
}

.flex {
	display: flex;
	justify-content: space-around;
}

.center-h {
	justify-content: center;
}

.center-v {
	align-items: center;
}

.news-img {
	display: block;
	height: 17em;
	/*270px;*/
	width: 300px;
	margin: 10px 0px;
	transition: all 0.2s ease-in-out;
	object-fit: cover;
	object-position: top;
}

.icon-format:hover {
	fill: black;
}

#formatos-home-fp .formatos {
	background-color: #3b3f42 !important;
	padding: 0px !important;
}

#formatos-home-fp h2 {
	margin: 0.5rem 0 1.05rem !important;
	font-size: 1.953em;
	font-family: 'Work Sans', sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
}

#formatos-home-fp .formatos .text-small {
	color: white;
	text-decoration: none;
	margin: 0 !important;
	font-weight: 500;
	font-size: 1em !important;
}

/*--------SEPARADORES---------*/
hr.style14 {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

/* ----------LISTAS-----------*/
li {
	max-width: 100% !important;
}

.list-arrow {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

ul.list-arrow li {
	padding: 0 0 0px 15px;
	margin: 0 0 10px 0;
	position: relative;
	border-top: none !important;
	font-size: 1.1em;
}

ul.list-arrow li:last-child {
	margin: 0;
}

ul.list-arrow li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	height: 0;
	width: 0;
	left: 0px;
	top: 5px;
	position: absolute;
	color: rgba(51, 102, 204, 0.5);
	font-size: 10px;
}

/*--------------COLOR BOXES AND TEXT---------------*/
[class*="-box"] {
	padding: 50px 20px;
	/*margin: 30px 0;*/
}

.white-box {
	padding: 20px;
	background: #ffffff;
	box-shadow: 2px 2px 10px 0px #D1D1D1;
	margin: 0px 10px;
	align-content: center;
	align-items: center;
	text-align: center;
	/*font-size: 0.8rem;*/
}

.white-box a {
	text-decoration: none;
	color: #333;
}

.white-box a:hover {
	color: #3366CC;
}

.light-gray-box {
	background: #F5F6F7;
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
}

.light-gray-box-small {
	background: #F5F6F7;
	padding: 25px 20px 15px;
	margin-bottom: 0px;
}

.dark-gray-box {
	background: #3B3F42;
	color: #ffffff;
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
}

.gray-box {
	background-color: #44494D;
}

.gestor-normativo {
	background: -webkit-linear-gradient(90deg, #3B3F42 45%, #44494D 45%);
	background: -o-linear-gradient(90deg, #3B3F42 45%, #44494D 45%);
	background: -moz-linear-gradient(90deg, #3B3F42 45%, #44494D 45%);
	background: linear-gradient(90deg, #3B3F42 45%, #44494D 45%);
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
}

.white-text {
	color: #ffffff;
}

.portlet:active .visible-interaction-ubicar-medio-div,
.portlet:hover .visible-interaction-ubicar-medio-div,
.portlet:focus .visible-interaction-ubicar-medio-div {
	display: table;
	margin: 0 auto;
}

.galeria-fotografica-container-img {
	height: 20.45em;
	overflow: hidden;
}

.galeria-fotografica-container-img-intranet {
	height: 423px;
	overflow: hidden;
}

.galeria-fotografica-caption {
	position: inherit;
	height: auto;
	text-shadow: unset;
	padding-bottom: 0;
}

.galeria-fotografica-control {
	background-image: unset !important;
}

.img-content-size-gallery {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.padding-left-right-15percent {
	padding-left: 15%;
	padding-right: 15%;
}

.icono-redes-sociales {
	width: 2em;
	margin: 7px;
}

.photo-arrow-fp {
	position: absolute;
	top: 26%;
	left: 0;
	height: 8% !important;
	width: 7% !important;
	cursor: pointer;
	opacity: 1 !important;
	background: #fff;
}

.photo-arrow-fp:hover {
	background: #fef394 !important;
}

.photo-arrow-fp:after {
	content: "\f053";
	font-family: "FontAwesome";
	text-align: center;
	display: block;
	height: 10% !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.3em !important;
	color: black;
	top: 18% !important;
}

.photo-arrow-fp.right-fp:after {
	content: "\f054";
	font-family: 'FontAwesome';
	color: black;
}

.photo-arrow-fp.right-fp {
	left: auto;
	right: 0;
}

.photo-arrow-fp-intranet {
	position: absolute;
	top: 33%;
	left: 0;
	height: 8% !important;
	width: 7% !important;
	cursor: pointer;
	opacity: 1 !important;
	background: #fff;
}

.photo-arrow-fp-intranet:hover {
	background: #fef394 !important;
}

.photo-arrow-fp-intranet:after {
	content: "\f053";
	font-family: "FontAwesome";
	text-align: center;
	display: block;
	height: 10% !important;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.3em !important;
	color: black;
	top: 18% !important;
}

.photo-arrow-fp-intranet.right-fp:after {
	content: "\f054";
	font-family: 'FontAwesome';
	color: black;
}

.photo-arrow-fp-intranet.right-fp {
	left: auto;
	right: 0;
}

img.perfil-foto {
	max-width: 150px !important;
	max-height: 150px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

#perfiles-directivos .info-perfiles {
	margin: 3em 0 2em 0;
}

#info-perfiles:first-child {
	margin-top: 0;
}

#perfiles-directivos h2 {
	margin-bottom: 0;
}

#perfiles-directivos h3.cargo {
	margin: 0;
	font-size: 1.6em;
	color: #575757;
}

#perfiles-directivos p.contacto {
	font-size: 1.2em;
	margin: 0.5em 0;
}

#perfiles-directivos .bio-perfil {
	background-color: #f8f8f8;
	padding: 1.5em 3em;
	width: 86%;
	margin: 1em 7%;
}

#perfiles-directivos .bio-perfil p {
	text-align: justify;
}

/*-----------BOTONES

- CLASES:

	• Botón: class="btn"

	• Tamaño / size:

		- S: class="w-S"
		- M: class="w-M"
		- L: class="w-L"
		- XL: class="w-XL"

	• Forma / shape:

		- Square: class="br-0"

		- Esquinas redondeadas / round corners:
			. class="br-1"
			. class="br-2"
			. class="br-3"
			. class="br-4"

		- Oval: class="br-5"

		- Fancy: class="br-6"

		- Tab:
			. class="br-7"
			. class="br-8"
			. class="br-..."

	• Styles: 

		- class="stl-1"
		- class="stl-..."

	
* MODO DE USO *******************************************************
*                                                                   *
*   Link tag for <head>------------------------------------------   *
*                                                                   *
*   <link rel="stylesheet" href="botones_CSS.css">                  *
*                                                                   *
*   -------------------------------------------------------------   *
*                                                                   *
*   HTML CODE----------------------------------------------------   *
*                                                                   *
*   <a href="#" class="btn [tamaño] [forma] [style]" >CLIC ME</a>   *
*                                                                   *
*   -------------------------------------------------------------   *
*                                                                   *
*********************************************************************

*/
/**********
CLASE BOTÓN
***********/
.btn-fp {
	text-align: center !important;
	margin: 0.1em auto !important;
	padding: 0.8em 1.5em !important;
	line-height: 1em !important;
	text-decoration: none !important;
	display: inline-block !important;
	font-weight: 500;
}

.btn-fp:focus {
	color: inherit;
}

/************
CLASES TAMAÑO
*************/
.w-S {
	font-size: .5em;
}

.w-M {
	font-size: 1.1em;
}

.w-L {
	font-size: 1.5em;
}

.w-XL {
	font-size: 2em;
}

/***********
CLASES FORMA
************/
.br-0 {
	border-radius: 0px;
}

.br-1 {
	border-radius: .25em;
}

.br-2 {
	border-radius: .5em;
}

.br-3 {
	border-radius: 1em;
}

.br-4 {
	border-radius: 2em;
}

.br-5 {
	border-radius: 50%;
}

.br-6 {
	border-radius: 25%;
}

/************
BUTTON STYLES
*************/
/**********
stl-1-green
***********/
.stl-1-green {
	background-color: transparent;
	border: 1px solid #4eb151;
	color: #4eb151;
	transition-duration: .4s;
}

.stl-1-green:hover {
	background-color: #4eb151;
	color: white;
}

.stl-1-green:active {
	background-color: #275929;
	color: #4eb151;
}

/*********
stl-1-blue
**********/
.stl-1-blue {
	background-color: transparent;
	border: 1px solid #3366cc;
	color: #3366cc !important;
	transition-duration: .4s;
}

.stl-1-blue:hover {
	background-color: #264C99;
	color: white !important;
}

.stl-1-blue:active {
	background-color: #193366;
	color: white !important;
}

/*********
stl-1-blue-solid
**********/
.stl-1-blue-solid {
	background-color: #3366cc;
	color: white !important;
}

.stl-1-blue-solid:hover {
	background-color: #193366;
	color: white !important;
}

.stl-1-blue-solid:active {
	background-color: #193366;
	color: white !important;
}

.stl-1-blue-solid:visited {
	color: white !important;
}

/*********
stl-1-red
**********/
.stl-1-red {
	background-color: transparent;
	border: 1px solid #ec1313;
	color: #ec1313;
	transition-duration: .4s;
}

.stl-1-red:hover {
	background-color: #ec1313;
	color: white;
}

.stl-1-red:active {
	background-color: #760a0a;
	color: #ec1313;
}

/*********
stl-1-yellow
**********/
.stl-1-yellow {
	background-color: transparent;
	border: 1px solid #ffd11a;
	color: #ffd11a;
	transition-duration: .4s;
}

.stl-1-yellow:hover {
	background-color: #ffd11a;
	color: white;
}

.stl-1-yellow:active {
	background-color: #806600;
	color: #ffd11a;
}

/*********
stl-1-white
**********/
.stl-1-white {
	background-color: transparent;
	border: 1px solid white !important;
	color: white;
	transition-duration: .4s;
}

.stl-1-white:hover {
	background-color: white;
	color: #3B3F42 !important;
}

.stl-1-white:active {
	background-color: #bfbfbf;
	color: white;
}

/*********
stl-1-orange
**********/
.stl-1-orange {
	background-color: transparent;
	border: 1px solid #ff9900;
	color: #ff9900;
	transition-duration: .4s;
}

.stl-1-orange:hover {
	background-color: #ff9900;
	color: white;
}

.stl-1-orange:active {
	background-color: #804d00;
	color: #ff9900;
}

/**********
ANIMACIONES
***********/
@keyframes gelatinahover {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.3, 1.3);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes tembleque {
	0% {
		transform: rotateZ(0deg);
	}

	13% {
		transform: rotateZ(10deg);
	}

	26% {
		transform: rotateZ(0deg);
	}

	39% {
		transform: rotateZ(-8deg);
	}

	52% {
		transform: rotateZ(0deg);
	}

	62% {
		transform: rotateZ(6deg);
	}

	72% {
		transform: rotateZ(0deg);
	}

	82% {
		transform: rotateZ(-4deg);
	}

	92% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(2deg);
	}
}

@keyframes redondeo {
	0% {
		border-radius: 1em 1em 1em 1em
	}

	12.5% {
		border-radius: 1.5em 1em 1em 1em
	}

	25% {
		border-radius: 2em 1.5em 1em 1em
	}

	37.5% {
		border-radius: 1.5em 2em 1.5em 1em
	}

	50% {
		border-radius: 1em 1.5em 2em 1.5em
	}

	62.5% {
		border-radius: 1em 1em 1.5em 2em
	}

	75% {
		border-radius: 1em 1em 1em 1.5em
	}

	87.5% {
		border-radius: 1em 1.5em 2em 1.5em
	}

	100% {
		border-radius: 1em 1em 1em 1em
	}
}

@keyframes bote {
	0% {
		transform: scale(1, 1);
	}

	20% {
		transform: scale(.6, 1.5);
	}

	30% {
		transform: scale(.3, 2);
		transform: translate(0, -1em);
	}

	40% {
		transform: scale(.6, 1.5);
		transform: translate(0, -2em);
	}

	45% {
		transform: scale(1, 1);
		transform: translate(0, -2em);
	}

	50% {
		transform: scale(.6, 1.5);
		transform: translate(0, -2em);
	}

	60% {
		transform: scale(.3, 2);
		transform: translate(0, -2em);
	}

	70% {
		transform: scale(.6, 1.5);
	}

	80% {
		transform: scale(1, 1);
	}

	89% {
		transform: scale(1, 1);
		transform: translate(0, 0);
	}

	90% {
		transform: scale(1.5, .5);
		transform: translate(0, .5em);
	}

	99% {
		transform: scale(1, 1);
		transform: translate(0, .5em);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes boteActive {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(.3, 2);
	}

	50% {
		transform: scale(1, 1);
	}

	75% {
		transform: scale(1.5, 1);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes strech {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(.3, 2);
	}

	50% {
		transform: scale(1, 1);
	}

	75% {
		transform: scale(1.5, 1);
	}

	100% {
		transform: scale(1, 1);
	}
}

/*----------------Margins-----------------------*/
.mtop0 {
	margin-top: 0 !important;
}

.mtop5 {
	margin-top: 0.5rem !important;
}

.mtop15 {
	margin-top: 1rem !important;
}

.mtop20 {
	margin-top: 1.5rem !important;
}

.mtop30 {
	margin-top: 2rem !important;
}

.mtop40 {
	margin-top: 2.5rem !important;
}

.mbottom0 {
	margin-bottom: 0 !important;
}

.mbottom5 {
	margin-bottom: 0.5rem !important;
}

.mbottom15 {
	margin-bottom: 1rem !important;
}

.mbottom20 {
	margin-bottom: 1.5rem !important;
}

.mbottom30 {
	margin-bottom: 2rem !important;
}

.mbottom40 {
	margin-bottom: 2.5rem !important;
}

/*----------------Paddings-----------------------*/
.pt0 {
	padding-top: 0rem !important;
}

.pl0 {
	padding-left: 0rem !important;
}

.pr0 {
	padding-right: 0rem !important;
}

.pb0 {
	padding-bottom: 0rem !important;
}

.pt10 {
	padding-top: 1rem !important;
}

.pl10 {
	padding-left: 1rem !important;
}

.pr10 {
	padding-right: 1rem !important;
}

.pb10 {
	padding-bottom: 1rem !important;
}

.pt20 {
	padding-top: 1.5rem !important;
}

.pl20 {
	padding-left: 1.5rem !important;
}

.pr20 {
	padding-right: 1.5rem !important;
}

.pb20 {
	padding-bottom: 1.5rem !important;
}

.pt30 {
	padding-top: 2rem !important;
}

.pl30 {
	padding-left: 2rem !important;
}

.pr30 {
	padding-right: 2rem !important;
}

.pb30 {
	padding-bottom: 2rem !important;
}

.pt40 {
	padding-top: 2.5rem !important;
}

.pl40 {
	padding-left: 2.5rem !important;
}

.pr40 {
	padding-right: 2.5rem !important;
}

.pb40 {
	padding-bottom: 2.5rem !important;
}

.pt50 {
	padding-top: 3rem !important;
}

.pl50 {
	padding-left: 5rem;
}

.pr50 {
	padding-right: 3rem !important;
}

.pb50 {
	padding-bottom: 3rem !important;
}

.pt60 {
	padding-top: 3.5rem !important;
}

.pr60 {
	padding-left: 3.5rem !important;
}

.pr60 {
	padding-right: 3.5rem !important;
}

.pb60 {
	padding-bottom: 3.5rem !important;
}

.pt80 {
	padding-top: 4.5rem !important;
}

.pr80 {
	padding-left: 4.5rem !important;
}

.pr80 {
	padding-right: 4.5rem !important;
}

.pb80 {
	padding-bottom: 4.5rem !important;
}

.pt90 {
	padding-top: 5rem !important;
}

.pr90 {
	padding-left: 5rem !important;
}

.pr90 {
	padding-right: 5rem !important;
}

.pb90 {
	padding-bottom: 5rem !important;
}

.pt100 {
	padding-top: 5.5rem !important;
}

.pl100 {
	padding-left: 5.5rem !important;
}

.pr100 {
	padding-right: 5.5rem !important;
}

.pb100 {
	padding-bottom: 5.5rem !important;
}

/*------ acordeon--------*/
.link {
	color: #4d287f;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #4d287f;
}

/* remember focus */
.link:focus,
.link:hover,
.link:active {
	color: #4d287f;
	border-bottom: 1px solid #4d287f;
	outline: 2px dotted;
}

/* avoid border on images in links + fix border image IE */
.link:link img,
.link:visited img,
img {
	border-style: none;
}

/* external links */
.link[href^="http://"]:after,
.link[href^="https://"]:after {
	content: "\202f\2197";
	speak: none;
	border-bottom: 1px solid #fff;
}

.logo-link,
.logo-link:focus,
.logo-link:hover,
.logo-link:active,
.link.noimg[href^="http://"]:after,
.link.noimg[href^="https://"]:after {
	border-bottom: 0;
}

.link.noimg[href^="http://"]:after,
.link.noimg[href^="https://"]:after {
	content: '';
	speak: none;
}

kbd {
	border: solid 1px;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	padding: 0 .25em;
}

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

.relative {
	position: relative;
}

.mod--hidden {
	overflow: hidden;
}

/*.carrousel__content[aria-hidden=true] {
  white-space: normal;
}*/
/* ------------------ example styles ------------------ */
.relative {
	position: relative;
}

.mod--hidden {
	overflow: hidden;
}

.pb1 {
	padding-bottom: 1em;
}

.news-carrousel__container {
	white-space: nowrap;
}

.news-carrousel__control__list {
	position: absolute;
	list-style-type: none;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: -0.5em;
	padding-left: 0;
	text-align: center;
}

.news-carrousel__control__list__item {
	display: inline-block;
	margin: 0 .5em;
}

.news-carrousel__control__list__link {
	display: inline-block;
	width: 1em;
	height: 1em;
	background: #fff;
	border: 1px solid #3366CC;
	border-radius: 1em;
	cursor: pointer;
}

.news-carrousel__button-container {
	position: absolute;
}

.news-carrousel__button__previous {
	top: 50%;
	margin-top: -18px;
	left: 0;
	margin-left: -35px;
}

.news-carrousel__button__next {
	top: 50%;
	margin-top: -18px;
	right: 0;
	margin-right: -35px;
}

.news-carrousel__button__button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}

/* ------------------ transition slide ------------------ */
.slide .carrousel__content {
	display: inline-block;
	vertical-align: top;
	visibility: visible;
	width: 100%;
	position: relative;
	-webkit-transition: visibility 0s ease, transform .5s ease-in;
	transition: visibility 0s ease, transform .5s ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	white-space: normal;
}

[data-carrousel-active-slide="1"].slide>.carrousel__content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide>.carrousel__content {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

[data-carrousel-active-slide="3"].slide>.carrousel__content {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

[data-carrousel-active-slide="4"].slide>.carrousel__content {
	-webkit-transform: translateX(-300%);
	transform: translateX(-300%);
}

[data-carrousel-active-slide="5"].slide>.carrousel__content {
	-webkit-transform: translateX(-400%);
	transform: translateX(-400%);
}

[data-carrousel-active-slide="6"].slide>.carrousel__content {
	-webkit-transform: translateX(-500%);
	transform: translateX(-500%);
}

[data-carrousel-active-slide="7"].slide>.carrousel__content {
	-webkit-transform: translateX(-600%);
	transform: translateX(-600%);
}

[data-carrousel-active-slide="8"].slide>.carrousel__content {
	-webkit-transform: translateX(-700%);
	transform: translateX(-700%);
}

[data-carrousel-active-slide="9"].slide>.carrousel__content {
	-webkit-transform: translateX(-800%);
	transform: translateX(-800%);
}

[data-carrousel-active-slide].slide>[aria-hidden="true"].carrousel__content {
	visibility: hidden;
	-webkit-transition-delay: .5s, 0s;
	transition-delay: .5s, 0s;
}

/* ------------------ transition fade ------------------ */
.fade .carrousel__content {
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
	white-space: normal;
}

.fade .carrousel__content[aria-hidden=true] {
	-webkit-animation: fadeout 1s;
	animation: fadeout 1s;
}

.fade .carrousel__content[aria-hidden=true] {
	display: none;
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

/* ------------------ transition none ------------------ */
.none .carrousel__content {
	white-space: normal;
}

.none .carrousel__content[aria-hidden=true] {
	display: none;
}

/* ------------------ State rules ------------------ */
.news-carrousel__control__list__link:focus,
.news-carrousel__control__list__link:hover,
.news-carrousel__control__list__link:active,
.news-carrousel__control__list__link[aria-selected=true] {
	background: #3366CC;
}

.news-carrousel__control__list__link:focus,
.news-carrousel__control__list__link:hover,
.news-carrousel__control__list__link:active {
	outline: 2px dotted #4d287f;
}

/*---- Break point----*/
@media (max-width: 1024px) {
	.no-border {
		border-right: 0px;
	}

	.border-left {
		border-left: 0px solid #EEE;
	}

	.mtop {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 600px) {
	.gestor-normativo {
		background: #3B3F42;
	}

	.flex {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.white-box {
		margin: 30px 30px;
	}

	.border {
		border-right: 0px;
	}

	.pad-carrousel {
		padding: 0 3em;
	}

	.news-carrousel__control__list {
		margin: -2em;
	}

	.flex-basis-80 {
		flex-basis: 80%;
		margin-top: 15px;
	}

	.gestor-normativo {
		background: #3B3F42;
	}
}

@media (max-width: 900px) {
	.border {
		border-right: 0px;
	}

	.flex-basis-60 {
		flex-basis: 70%;
		margin-top: 15px;
	}

	.news-img {
		display: inline-block;
		height: 300px;
		width: 100%;
		margin: 10px 0px;
		transition: all 0.2s ease-in-out;
		object-fit: cover;
	}

	.gestor-normativo {
		background: -webkit-linear-gradient(90deg, #3B3F42 60%, #44494D 60%);
		background: -o-linear-gradient(90deg, #3B3F42 60%, #44494D 60%);
		background: -moz-linear-gradient(90deg, #3B3F42 60%, #44494D 60%);
		background: linear-gradient(90deg, #3B3F42 60%, #44494D 60%);
	}
}

@media only screen and (max-width: 768px) {
	#aviso-flotante1 {
		display: none;
	}
}

@media only screen and (max-width: 482px) {
	.galeria-fotografica-container-img {
		height: 12.45em;
		overflow: hidden;
	}

	.galeria-fotografica-caption {
		height: auto;
	}
}

@media screen and (min-width: 599px) {
	.galeria-fotografica-container-img-intranet {
		height: 423px;
	}

	/* MENU */
	.list-menu .layouts {
		margin-bottom: 1px !important;
	}

	.list-menu ul li {
		color: #d8d6d6 !important;
		padding: 0px 0;
		border-bottom: .5px solid;
	}

	.list-menu ul {
		padding: 0px !important;
		background: #ffffff !important;
		color: #383838 !important;
	}

	#content .list-menu ul li a {
		padding: 10px 15px !important;
		color: #383838 !important;
	}

	#content .list-menu ul li a:hover,
	#content .list-menu ul li a.selected,
	#content .list-menu ul li a.open {
		color: #383838 !important;
		background-color: #f4f4f4 !important;
		font-weight: 600 !important;
	}

	.menu-titulo {
		padding-bottom: 10px;
		border-bottom: .5px solid #afafaf;
		background: #efefef !important;
	}

	.menu-titulo h1 {
		color: #383838 !important;
	}

	.list-menu ul li ul {
		margin-top: 0px !important;
		border-top: solid .5px #afafaf !important;
	}

	.d-flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

	.user-personal-bar .text-default {
		display: flex;
		color: #869cad;
		flex-direction: row;
		align-items: center;
		margin-top: 0.3em;
	}

	.user-personal-bar span.user-full-name {
		float: left !important;
		width: 200px !important;
	}

	.btn-home-podcast {
		border: none;
		color: #ffffff;
		font-weight: 500;
		white-space: normal;
		padding: 1em 1.5em 1em 3.5em;
		background-repeat: no-repeat;
		background-position: 8% center;
		background-size: 1.6em;
		text-align: left;
		background-color: #F23858;
		border-radius: 5em;
	}

	.btn-home-podcast:hover,
	.btn-home-podcast:active,
	.btn-home-podcast:focus {
		color: #ffffff;
		border: none;
	}

	.btn-home-podcast,
	.btn-home-podcast:active {
		background-image: url(/documents/418537/38261760/icon-home.svg/65c46101-104e-a251-020d-32a916779e63?t=1623451151439);
	}

	.btn-home-podcast:hover {
		background-color: #E60F34;
	}

	/*------SONDEO REEMPLAZAAR EN MAIN.CSS-------*/
	.portlet-polls-display .card-horizontal.main-content-card {
		margin-top: 0px !important;
		padding: 15px 25px !important;
		font-size: 1.1em !important;
		background-color: #F8F8F8 !important;
	}

	/*----aui.css----*/
	.card,
	.card-horizontal {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9) !important;
	}

	/*----- aui.css Alertas-------*/
	.alert-info,
	.portlet-msg-help,
	.portlet-msg-info,
	.portlet-msg-progress {
		color: #333 !important;
	}

	.alert-danger,
	.portlet-msg-error {
		color: #333 !important;
	}

	.alert-warning,
	.portlet-msg-alert {
		color: #333 !important;
	}

	.alert,
	.portlet-msg-alert,
	.portlet-msg-error,
	.portlet-msg-help,
	.portlet-msg-info,
	.portlet-msg-progress,
	.portlet-msg-success {
		border-width: 0;
		font-size: 18px !important;
		font-weight: 600 !important;
	}

	/*---clase nueva----*/
	.portlet-polls-display .card-horizontal.main-content-card label,
	.control-label {
		color: #333 !important;
	}

	.panel-group {
		margin-bottom: 0px !important;
	}
}

@media all {
	.portlet-polls-display .card-horizontal.main-content-card {
		margin-top: 0px !important;
		padding: 15px 25px !important;
		font-size: 1.1em !important;
		background-color: #F8F8F8 !important;
	}

	.card,
	.card-horizontal {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9) !important;
	}

	.portlet-polls-display .card-horizontal.main-content-card label,
	.control-label {
		color: #333 !important;
	}

	.panel-group {
		margin-bottom: 0px !important;
	}
}

/*---- Inicio paginación ----*/
.navegacion-pagina_fp {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

ul.paginacion_fp {
	flex-wrap: wrap;
	background: #fff;
	padding: 1.3em 2.5em;
	border-radius: 50px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

ul.paginacion_fp li.btn-prev,
ul.paginacion_fp li.btn-next {
	padding: 0.8em;

}

ul.paginacion_fp li.btn-prev {
	border-top: none !important;
	font-size: 1em;
}

ul.paginacion_fp li.btn-next {
	border-top: none !important;
	font-size: 1em;
}

ul.paginacion_fp>li>button {
	color: #2B55AB !important;
	font-size: 1.15em !important;
	font-weight: 500;
	width: 45px;
	height: 45px;
	border: 0 solid transparent;
	display: inline-block;
	float: none;
	margin: 0 auto;

	padding: 0;
	text-align: center;
}

ul.paginacion_fp>li.active>button,
ul.paginacion_fp>li>button:hover {
	z-index: 2;
	cursor: default;
	list-style: none;
	height: 45px;
	width: 45px;
	margin: 0 3x;
	line-height: 45px;
	border-radius: 50%;
}

ul.paginacion_fp>li>button:hover {
	color: #2B55AB !important;
	background-color: #d1ddf2;
	border-color: #b6cdef;
}

ul.paginacion_fp>li.active>button {
	color: #fff !important;
	background-color: #36c;
	border-color: #36c;
}

/*---- Fin paginación ----*/

/*-----Leidy Johanna Rodríguez Amortegui------*/

a.btn.btn-primary {
    color:#DDDDDD;
}

a.btn.btn-primary:hover {
    color:#FFFFFF;
}

.card-box {

    background: #ffffff;
    box-shadow: 0 0 11px 0 rgb(166 166 166 / 50%);
    padding: 10px;
    float: left;
    min-height: 490px;
    margin-bottom: 40px; 

}

.card-box1 {
	
    background: #ffffff;
    box-shadow: 0 0 11px 0 rgb(166 166 166 / 50%);
    padding: 10px;
    float: left;
    min-height: 656px;
    margin-bottom: 100px;

}

.card-box ul {
    padding-left: 0px!important;
}

.card-box1 ul {
    padding-left: 0px!important;
}

.card-box ul li {
    border-bottom: 1px solid #DEDBDB;
    list-style: none;
    line-height: 30px;
}

.card-box1 ul li {
    border-bottom: 1px solid #DEDBDB;
    list-style: none;
    line-height: 30px;
}

.card-box1 ul li a {
    width: 80%;
}

.card-box1 ul li a {
    color: #333333;
}

.card-box1 ul li a:hover {
    color: #f6a11b;
}

.card-box ul li a{
    color: #333333;
}

.card-box ul li a:hover {
    color: #f6a11b;
}

.sec-tw {
    margin: 20px 0px 40px 0px;
}

.lis-bt {
    min-height: 245px;
}

.lis-bt ul li a img {
    float: right;
    width: 18px;
    margin-top: 5px;
}

.cont-p p {
    padding-bottom: 30px;
    font-size: 18px;
    float: left;
 }
  
.st-tab h4 {
    color: #333;
}

.btn-lo {
    margin-top: 10px;
}

/*--------------------------*/

/*------------micrositio inclusion-----------------*/
.fondo-inclusion {
        background: url(/documents/36025892/41443576/banner-inlusion-discapacidades.svg/e62d9980-3cbe-e3c8-c45a-cfd52ca9a452?t=1659563681732) no-repeat center center #f6aa4c;
        margin-bottom: 20px;
        background-size: cover;
        padding: 0px 10px 65px 35px;
        color: #ffffff;

    }

    .fondo-inclusion h1 img {
        width: 50%;
        align-content: "center";
    }

    .data-inclusion {

        padding: 0.6em;
        color: #4B4189 !important;
        display: block;
        margin: 0.5em auto;
        width: 100%;

    }

    .inclusion-color_am {
        background-color: #FCDBAA;
    }

    .inclusion-color_morado {
        background-color: #EFD9F9;
    }

    .inclusion-color_verde {
        background-color: #AAE3D8;
    }

    .data-inclusion h3 {
        margin: 0;
        letter-spacing: -1px;
    }

    #info-inclusion .data-inclusion.num-datos-lg {
        font-size: 4em;
        line-height: 0.4em;
        font-weight: 800;

    }

    #info-inclusion .data-inclusion .num-datos {
        font-size: 2em !important;
        line-height: 1em;
        color: #4B4189 !important;

    }

    #info-inclusion .data-inclusion p.num-datos {
        margin: 0;
    }

    .btn-fp {
    text-align: center !important;
    margin: 0.1em auto !important;
    padding: 0.8em 1.5em !important;
    line-height: 1em !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 500;
}

.stl-1-blue-solid {
    background-color: #3366cc;
    color: white !important;
}

.stl-1-blue-solid:hover {
   background-color: #193366;
}
.bl-r{
    background-color: #004B85;
    margin-bottom: 40px;
}
.bl-li{
    background-color: #3366CC;
    margin-bottom: 40px;
}
.yel-li{
    background-color: #F99746;
    margin-bottom: 40px;
}
.bl-r p{
    color: #fff;
    font-weight: 800;
    font-size: 35px;
     text-align: center;
}
.bl-li p{
    color: #fff;
    font-weight: 800;
    font-size: 35px;
     text-align: center;
}
.yel-li p{
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}
.bl-txt{
    color: #3366CC;
    font-weight: 800;

}
.p-st{
    font-weight: 600;
    color: #333;
}
.ti-in h1{
    margin-top: 30px;
    margin-bottom: 55px;
}
.p-si p{
    font-size: 1.5em;
    line-height: 1.3em;
}
.tit-btn{
    color: #004B85;
    font-weight: 800;
    display: block;
    font-size: 1.2em;
}
.tit-btn:hover{
    color: #F99746
}
.box-me{
    box-sizing: border-box;
min-height: 260px;

background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
margin-right: 50px;
margin-bottom: 50px;
}
.box-me img{
    margin: 0 auto;
    display: inline-block;
    width: 70%;
}
.cont-cont{
    margin-top: 30px;
}
.btn-st{
    margin: 50px 0px 50px 0px;
}
/*------------------------------*/

/*------------micrositio juntemonos------------------*/
.radius-box-fp,
	.radius-box-image-fp {
	background: #ffffff;
	color: #333;
	padding: 0 !important;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	overflow: hidden;
	transition: 0.2s;
	}
	.radius-box-fp {
	border: 1px solid #ddd;
	}
	.radius-box-fp:hover {
	transform: translateY(-0.8%);
	box-shadow: 0 1rem 2rem rgb(0 0 0 / 5%);
	}
	.radius-box-fp .card-info-fp {
	padding: 1.5em 1.8em 1.8em 1.8em !important;
	height: 13.8em;
	}
	.radius-box-image-fp {
	height: 354px;
	}
	.txt-feria-head {
	display: block;
	height: 10.5em;
	}
	.txt-feria-head h3 {
	margin-top: 0.5em;
	font-size: 1.8em;
	line-height: 1.15em;
	margin: 0 !important;
	}
	.r-box-img {
	padding: 0 !important;
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: center;
	}
	.card-info-fp img {
	width: 75%;
	margin-bottom: 2em;
	}
	a.link_feria-acercate {
	color: #3266CB;
	display: flex;
	position: relative;
	z-index: 1;
	padding: 2.3em 1em 6.4em 1em;
	margin: -2.3em -1em -6.4em -1em;
	}
	a.link_feria-acercate:hover {
	color: #193366;
	text-decoration: none;
	}
	@media screen and (min-width: 1248px) {
	.radius-box-fp .card-info-fp {
	height: 14.5em;
	}
	.txt-feria-head {
	height: 12em;
	}
	.txt-feria-head h3 {
	font-size: 2.143em;
	}
	a.link_feria-acercate {
	padding: 2.3em 1em 6.4em 1em;
	margin: -2.3em -1em -6.4em -1em;
	}
	}
	@media screen and (max-width: 991px) {
	.radius-box-fp {
	margin-bottom: 2em;
	}
	.radius-box-fp .card-info-fp {
	height: 13em;
	}
	.txt-feria-head {
	height: 12em;
	}
	.txt-feria-head h3 {
	font-size: 2.143em;
	}
	}
	@media screen and (max-width: 767px) {
	.radius-box-fp .card-info-fp {
	height: auto;
	}
	.txt-feria-head {
	height: auto;
	margin-bottom: 2em;
	}
	}
	@media screen and (max-width: 540px) {
	}
/*------------------------------*/