/***********************************
    Correcciones plantillas
***********************************/
#home {
	--overflow: hidden;
	z-index: 999;
	background-color: #ebeff2;
	--background:white url("../img/code_bg.png?v=1");
	--background-position: center;
	--background-repeat: repeat-y;
	--background-size: cover;
}
html{
	--overflow-x: hidden;
}
body {
	/* background:white url("../img/background_1.png");
	background-position: center;
	background-repeat: repeat-y;
	background-size: contain; */
	font-family: "Montserrat";
	overflow-x: hidden;
}
.Desktop---1 {
  width: 100%;
  --height: 1712px;
  flex-grow: 0;
  background-color: #ebeff2;
}
.btnbscar {
  width: 305px;
  height: 39px;
  flex-grow: 0;
  border-radius: 7px;
  background-color: #2f4957;
}
.Buscar {
  width: 280px;
  height: 17px;
  flex-grow: 0;
  font-size: 18px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d9d9d9 !important;
}
.Busca-un-recurso {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0c231e;
}
.Iniciar-sesin {
  width: 124px;
  height: 22px;
  flex-grow: 0;
  margin: 4px 0 2.8px 760px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ebeff2 !important;
}
.Rectangle-1 {
  background-color: #1bbc9b;
  color: #ebeff2 !important;
}
.Rectangle-3 {
  flex-grow: 0;
  border-radius: 7px !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #0c231e !important;
  background-color: #f2f2f2 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  
}
.Rectangle-7 {
  width: 100%;
  --height: 369px;
  flex-grow: 0;
  margin: 0px 0 30px;
  --padding: 35px 80px 3px;
}
.Rectangle-7-2 {
  width: 90%;
  height: 39px;
  flex-grow: 0;
  margin: 10px;
  border-radius: 7px;
  border: solid 1px #2f4957 !important;
  background-color: #2f4957 !important;
  border-color: #2f4957 !important;
}
.Contenido-Digital-Educativo {
  width: 286px;
  height: 24px;
  flex-grow: 0;
  margin: 3px 760px 1.8px 8px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ebeff2;
}
.Busqueda-por-categora {
  margin: 30px 0;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f4957;
}
.Tipo-de-archivo {
  margin: 40px 0 20px 0;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f4957;
}
.Rectangle-12 {
  width: 197px;
  height: 60px;
  flex-grow: 0;
  margin: 27px 19px 20px 80px;
  padding: 5px 85px 4px 10px;
  border-radius: 6px;
  border: solid 0 #0c231e;
  background-color: #f2b336;
}
.Rectangle-16 {
  width: 51px;
  height: 51px;
  flex-grow: 0;
  margin: 0 5px 0 0;
  padding: 5px 17px 21.2px 16px;
  background-color: #f2b336;
}
.Texto {
  width: 46px;
  height: 20px;
  flex-grow: 0;
  margin: 13px 0 18px 5px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.letra_chica {
  font-size: 13px;
}
.centrado {
	text-align: center;
}
.Modulos_recuadro {
  width: 60px;
  height: 38px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 25px 10px 25px;
  padding: 6px 6px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
.M_1, .M_9,  .M_17 	{ background-color: #934c98; }
.M_2, .M_10, .M_18 	{ background-color: #a7d664; }
.M_3, .M_11, .M_19 	{ background-color: #f69b1f; }
.M_4, .M_12, .M_20 	{ background-color: #f05825; }
.M_5, .M_13, .M_21 	{ background-color: #2ca8df; }
.M_6, .M_14, .M_22 	{ background-color: #b57db2; }
.M_7, .M_15, .M_23 	{ background-color: #1aae5c; }
.M_8, .M_16  	 	{ background-color: #fb6769; }

.Rectangle-HR {
  width: 65% !important;
  height: 5px;
  background-image: linear-gradient(to right, #7c2c82 50%, #cf5f62 58%);
}
.Rectangle-9 {
  flex-grow: 0;
  margin: 20px 20px;
  padding: 22px 21px 4px 24px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #9cc735;
  background: transparent;
}
.Rectangle-9-texto {
  flex-grow: 0;
  margin: 6px 0 0;
  word-wrap: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  color: #394458;
  background: transparent;
}
.Rectangle-10 {
  flex-grow: 0;
  margin: 0 20px;
  padding: 22px 21px 4px 24px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #932d86;
  background: transparent;
}
.Rectangle-11 {
  flex-grow: 0;
  margin: 0 0 0 20px;
  padding: 22px 21px 4px 24px;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #ff6461;
  background: transparent;
}
.Rectangle-recuadros-inferior {
  flex-grow: 0;
  margin: 20px;
  padding: 22px 21px 4px 24px;
  text-align: center;
  background: transparent;
}
.Rectangle-foot {
  width: 100%;
  height: 93px;
  flex-grow: 0;
  margin: 2px 0 0;
  padding: 10px 506px 12px 505px;
  background-color: #109276;
}
.txt-foot {
	text-align: center;
	color: #fff;
}
.Rectangle-breadcrumb {
  margin: 4px;
  padding: 2px;
  border-radius: 4px;
  font-style: italic;
}
.breadcrumb{
	border-top: none !important;
	border-bottom: none !important;
	padding: 0 !important;
	background-color: transparent !important;
}
.txt-breadcrumb {
  width: 70px;
  height: 20px;
  margin: 3px 0 3px 8px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #2f4957;
}
.Carpetas-hr {
  width: 95%;
  height: 1px;
  margin: 18px 5px 27px;
  box-shadow: 0 0 4px 0 #000;
  background-color: #0aa1f0;
  text-align: center;
}
.Carpetas-navegacion {
  height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 7px;
  background-color: rgba(10, 161, 240, 0.5);
  margin-top: 20px;
  margin-right: 30px;
}
.Breadcrumb-icon {
  flex-grow: 0;
  padding: 10px 10.1px 10.1px 8.6px;
}
.Breadcrumb-txt-carpeta {
  height: 27px;
  padding-top: 17px;
  padding-right: 17px;
  flex-grow: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #2f4957;
}
.Carpetas {
  width: 91px;
  height: 24px;
  margin: 27px 22px 14px 0px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #2f4957;
}
.grid .single-service {
  background-color: transparent !important;
  border-radius: 10px !important;
  border: solid 1px #0aa1f0 !important;
}
.grid .single-service:hover {
	flex-grow: 0;
	border-radius: 10px !important;
	box-shadow: -4px 4px 7px 0 rgba(47, 73, 87, 0.5) !important;
	border: solid 1px #0aa1f0 !important;
	background-color: #2f4957 !important;
}
.single-service:hover {
	flex-grow: 0;
	border-radius: 10px !important;
	box-shadow: -4px 4px 7px 0 rgba(47, 73, 87, 0.5) !important;
	border: solid 1px #0aa1f0 !important;
	background-color: #2f4957 !important;
	background: #2f4957 !important;
	background-color: #2f4957 !important;
	color: #fff;
}
.genric-btn.primary {
    color: #d7e3f1 !important;;
    font-size: 18px;
    background: #2f4957 !important;
    border: 1px solid transparent !important;
}
.video-container video {
    height: 100%;
}

video.ilust-vid {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

.alert.alert-warning.warning-nav {
	top: 35px;
}


.naranja {color: #fe6e65}
.turquesa {color: #2cb59c}
.azul {color: #3d4c8e}
.magenta {color: #784c9b}
.verde {color: #d6cbc1}
.vino {color: #784c9b}

.naranja-fnd {background: #fe6e65}
.turquesa-fnd {background: #2cb59c}
.azul-fnd {background: #3d4c8e}
.magenta-fnd {background: #784c9b}
.verde-fnd {background: #d6cbc1}
.vino-fnd {background: #784c9b}

#myModal .modal-header .close {
    opacity: 1;
    margin: 0 -1rem 0 auto;
		text-shadow: none;
}

/***********************************
    Vista de archivos y folders
***********************************/

.separador {
    display: flex;
    margin: 10px 0;
    border-top: solid 1px #e8e8e8;
    padding-top: 15px;
}
.separador h5 {
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #e4e7ea;
}
.linea-azul {
	border: 1px solid #0aa1f0 !important;
}
.txt-azul {
	color: #0aa1f0;
}
.estrella-color {
	color: #2f4957 !important;
}
.switch {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 5px;
}
.switch.list-btn::after, .switch.grid-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    opacity: .75;
    color: #545454;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 5px;
    width: 21px;
    height: 21px;
    display: block;
}
.switch.list-btn::after {
	content: "\f03a";
}
.switch.grid-btn::after {
	content: "\f009";
}
.switch:hover::after {
    color: #4f3d97;
}
.switch:hover {
    background: #dedaee;
    color: #4f3d97;
    scale: 1.1;
}
.list .cbp-vm-details {
    display: none;
}

.genric-btn img {
	height: 30px;
	margin-right: 5px;
}
.icn-area {
    display: inline-block;
    width: 33px;
    padding: 5px;
		margin: 0 5px;
    border-radius: 11px;
    text-align: center;
}
.area-com.icn-area, .area-com .icn-area {background: #FFB7B3}
.area-com.icn-area::after, .area-com .icn-area::after {
	content: "\f086";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #AD1C11;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.area-exp.icn-area, .area-exp .icn-area {background: #ABF5E8}
.area-exp.icn-area::after, .area-exp .icn-area::after {
	content: "\f492";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #056654;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.area-mate.icn-area, .area-mate .icn-area {background: #9FA9D9}
.area-mate.icn-area::after, .area-mate .icn-area::after {
	content: "\f698";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #263473;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.area-social.icn-area, .area-social .icn-area {background: #D1B7E6}
.area-social.icn-area::after, .area-social .icn-area::after {
	content: "\f0c0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #5E3380;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.area-hum.icn-area, .area-hum .icn-area {background: #E0D6CE}
.area-hum.icn-area::after, .area-hum .icn-area::after {
	content: "\f66f";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	opacity: .75;
	color: #82694F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#inter{
		background-color: #3d4c8e;
	}

#inter .sidebar .single-slidebar {
    background-color: transparent;
	}
.loadmore-btn {
	text-align: center;
	background-color: #3d4c8e;
	color: #fff;
	padding: 8px 15px;
	margin-bottom: 60px;
	max-width: 200px;
}
.area-com:hover {
	background: #fe6e65;
}
.area-mate:hover {
	background: #3d4c8e;
}
.area-hum:hover {
	background: #d6cbc1;
	color: #262626;
}
.rec-vid:hover {
	background: #784c9b;
}
.area-exp:hover {
	background: #2cb59c;
}
.sin-area:hover {
	background: #545454;
}

.resource-btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 6px 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
		text-transform: uppercase;
    font-weight: 500;
		font-size: 18px;
    color: #222;
}
.resource-btn:hover {
    background-color: #a6d200;
}
#recursos a {
    text-decoration: none;
}
.grid .previo {
	width: calc(100% - 10px);
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	margin: 5px;
}
.grid .previo img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 300px;
	object-fit: cover;
	max-height: 200px;
	object-position: 50% 50%;
}
.list .previo {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	margin: 5px;
}
.list .previo img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100px;
	object-fit: cover;
	max-height: 200px;
	object-position: 50% 50%;
}
.grid .info {
	display: inline-block;
	margin: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 30px);
  box-sizing: border-box;
}
.list .info {
	display: flex;
	flex: 1;
	margin: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	align-items: center;
}
a .cbp-vm-title, a .cbp-vm-details {
	color: #545454;
	text-decoration: none;
	font-size: 13px;
}
a:-webkit-any-link {
	text-decoration: none;
}
.single-service:hover .cbp-vm-title, .single-service:hover .cbp-vm-price, .single-service:hover .cbp-vm-details{
    color: #fff;
}
.single-service:hover .resource-btn .fa {
    color: #222;
}
.grid .cbp-vm-details {
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.cbp-vm-image {
	display: block;
	margin: 0 auto;
}

.cbp-vm-image img {
	display: inline-block;
	max-height: 40px;
}

.cbp-vm-title {
	margin: 0;
	padding: 0;
	color: #545454;
	text-decoration: none;
}
.list .cbp-vm-title {
	margin: 0 0 0 20px;
	padding: 0;
	flex: 5;
}

.cbp-vm-title h5 {
  margin-bottom: 0;
	font-size: 1.1em;
}

.cbp-vm-price {
	color: #8e8e8e;
}

.list .cbp-vm-price {
	display: inline;
	margin-right: 20px;
}
.cbp-vm-add {
  text-align: center;
  background-color: #a6d200;
  color: #fff;
  max-width: 200px;
	padding: 10px 20px;
	border-radius: 2px;
	margin: 20px 0 0 0;
	display: inline-block;
	transition: background 0.2s;
}

.cbp-vm-add:hover {
	color: #fff;
	background: #02639d;
}

.cbp-vm-add:before {
	margin-right: 5px;
}
.list a {
    border-bottom: solid 1px #e3e3e3 !important;
    display: block;
}

/***********************************
    Splide slider
***********************************/

.splide__pagination {
  bottom: 0 !important;
}
#splide01::after {
    position: absolute;
    display: ;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    top: 0;
    box-shadow: inset 12px 0 15px -18px rgba(176, 187, 200, 0.8), inset -12px 0 15px -18px rgba(176, 187, 200, 0.8);
    pointer-events: none;
}
.single-fcat i {
	font-size: 40px;
	padding: 20px;
	color: #536068;
}
div.single-fcat:hover i {
	color: white;
}
.single-fcat a {
    z-index: 999;
    position: relative;
}
div.single-fcat > div.circle {
  position: absolute;
	top:45px;
  left: 50% !important;
	z-index: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%,0) scale(0);
  transition: all 450ms ease 0ms;
}

div.single-fcat:hover > div.circle {
  border-radius: 50%;
  transform: translate(-50%,0) scale(2.5);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.fill-secondary {
	background: #fe6e65;
  background: linear-gradient(232deg, #fe6e65 0%, #c93328 100%);
}
.fill-teal {
	background: #2cb59c;
  background: linear-gradient(232deg, #2cb59c 0%, #0f806b 100%);
}
.fill-blue {
	background: #3d4c8e;
  background: linear-gradient(232deg, #3d4c8e 0%, #16235e 100%);
}
.fill-pink {
	background: #784c9b;
  background: linear-gradient(232deg, #784c9b 0%, #461e66 100%);
}
.fill-lime {
	background: #d6cbc1;
  background: linear-gradient(232deg, #d6cbc1 0%, #9e8770 100%);
}

/***********************************
    Estilos recurso individual
***********************************/

.single-widget h3 {
    margin-top: 0;
}
.single-post .title .genric-btn {
	display: inline-block;
margin: 0 6px 0 0;
background: transparent;
border-radius: 0;
border-right: solid 1px #c8c8c8;
}
.title {
	margin-bottom: 7px;
}
.title .genric-btn i {
    margin: 0;
}
.details {
	width: 100%;
}
.details .title h5 {
  margin: 3px 0;
  color: #494949;
}
#detalles-recurso .icn-area {
    margin: 0;
}
.titles {
  display: inline-block;
}
#busqueda-int {
    margin-top: 0;
		text-align: left;
}
#busqueda-int form {
	border-top: solid 1px #eee;
	/* margin-bottom: 10px; */
}
#busqueda-int .form-wrap {
    margin: 0;
}
#detalles-recurso {
	background-color: rgba(10, 161, 240, 0.11);
	background: rgba(10, 161, 240, 0.11);
    color: #6c757d;
    padding-top: 20px;
}
#detalles-recurso p {
    font-size: 13px;
    margin-bottom: 4px;
}
#detalles-recurso b {
    color: #6c757d !important;
}
#detalles-recurso .btn {
    text-align: center !important;
    font-size: 14px;
    color: #2f4957;
    font-size: 18px;
}
.ficha-detalle-archivo {
	margin-bottom: 15px !important; 
	font-size: 15px !important;
  word-wrap: break-word; 
	color: #2f4957;
}
#citasModal {
    background: #f4f5f7;
    color: #6c757d;
    padding-top: 20px;
}
#citasModal p {
    font-size: 13px;
    margin-bottom: 4px;
}
#citasModal .fas {
    width: 18px;
    color: #44518d;
}
#citasModal b {
    color: #6c757d !important;
}
#citasModal .btn {
    text-align: left;
    font-size: 14px;
}
#citasModal copiado {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}


.btn-citas {
	margin-top: 16px;
	text-align: center;
}
.btn-copy-cita {
    white-space: normal !important;
 	text-align: center;
}
#detalles-recurso .fas {
    width: 18px;
    color: #44518d;
}
.area-c-tag, #fecha-c {
	padding-top: 10px;
  border-top: solid 1px #d5d5d5;
  margin-top: 10px;
}
.descripcion {
    color: #575757;
    padding-top: 10px;
    border-top: solid 1px #e1e1e1;
    margin-top: 10px;
}
.Archivo img {
    width: 100%;
}
.btn-descarga, .btn-editable {
	font-size: 13px;
	background: #c5e1ff;
	padding: 5px 10px;
	border-radius: 8px;
	display: inline;
}

/***********************************
    Folders
***********************************/

.carpetas-cont a:hover, .archivos-cont a:hover{
	text-decoration: none;
}
.single-promo-card {
	border-radius: 15px !important;
	border: none;
	background: #eef2f7 !important;
	font-size: 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.single-promo-card:hover {
	-webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}
.single-promo-card::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 13px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
		-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: '';
}
.single-promo-card:hover::after {
    opacity: 1;
}
.single-promo-card .card-header.p-0 {
    display: none;
}
.single-promo-card .card-body {
    padding: 15px;
    text-align: left;
}
.single-promo-card .h6 {
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	width: 100%;
}
.single-promo-card .h6 i{
	background-color: #bcd3ec;
	padding: 5px;
	border-radius: 6px;
	display: table;
	margin-bottom: 8px;
	line-height: 18px;
}
.single-promo-card a:hover {
    text-decoration: none;
    text-decoration-style: solid;
    text-decoration-color: transparent;
}

.breadcrumb-item.active {
	background: rgba(0,123,255,1);
	background: -moz-linear-gradient(90deg, rgba(11,93,180,1) 0%, rgba(0,123,255,1) 60%);
	background: -webkit-linear-gradient(90deg, rgba(11,93,180,1) 0%, rgba(0,123,255,1) 60%);
	background: linear-gradient(90deg, rgba(11,93,180,1) 0%, rgba(0,123,255,1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b5db4",endColorstr="#007bff",GradientType=1);
	color: white !important;
  font-weight: bold;
  border-color: #2774c6;
}
.breadcrumb-item:first-child {
    background: white;
    border-radius: 5px;
	  padding: 2px;
	  color: #2f4957;
}
.breadcrumb-item {
	position: relative;
	margin: 4px;
	padding:  2px;
	border-radius: 4px;
  font-style: italic;
 	color: #2f4957;
}
.breadcrumb-item:first-child::before {
	display: block;
	content: "" !important;
	position: absolute;
	z-index: 9999;
	color: #2f4957;
}
.breadcrumb-item::before {
	display: block;
	content: "" !important;
	position: absolute;
	z-index: 9999;
	color: #2f4957;
}

.breadcrumb-item.active::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 9999;
	color: #2f4957;
}
.contenido-principal {
    padding: 0 10px;
}
/***********************************************************************************************
 * Diseño 
 * ********************************************************************************************/
.table-bordered {
    border: 1px solid #0aa1f0 !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #0aa1f0 !important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #0aa1f0 !important;
}
.recuadros-tipo-archivo { 
  margin: 10px 10px; 
}
.recuadros-areas {
  margin: 10px 10px; 
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .recuadros-tipo-archivo {
    text-align: center;
  }
}
.blanco {
  color:  #fff;
}
.nav-link {
  padding-left: 10px !important;
}
.nav-link2 {
  margin-left: 10px !important;
  color: #fff;
}