@charset "UTF-8";
/* Base */
.anim {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.anim_aa {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.anim3 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.anim4 {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.anim5 {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.hidden {
  display: none !important;
}
body {
  font-family: supra, sans-serif;
  /*sans-serif;*/
}
.texto_titulo {
  font-family: supra_bold, sans-serif;
  line-height: 1;
}
.texto_boton {
  font-family: supra_light, sans-serif;
  line-height: 1;
}
textarea, select, input, button {
  outline: none;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
/*	ora	: orange naranjo
	mod	: moderno
	int : intenso
	ale : alegre
	dar : dark obscuro
	cla : claro
	mos : mostaza   */
/*$color_blue			: #0c5eb3;
$color_orange		: #ca5500;
$color_green		: #007f3f;
$color_red			: #f91d1d;
$color_brown		: #884015;
$color_pink			: #a10089;*/
/*
//DEGRADADO A
$clases_para_colores: (
	"color_texto"				: ("propiedad_css": "color", 			"valor_css": "{pastel}")
  	//,"color_degradado_banner"	: ("propiedad_css": "background-image", "valor_css": "linear-gradient(to right, {banner}, #0000)")
);


// RECORRE EL OBJETO $CLASES_PARA_COLORES PARA OBTENER LOS TIPOS DE CLASES Y SUS PROPIEDADES CSS.
@each $tipo_clases, $propiedad_y_valor in $clases_para_colores{

	// RECORRE EL OBJETO $MIS_COLORES PARA OBTENER LOS NOMBRES DE LOS COLORES Y SUS VARIACIONES.
	@each $color_nombre, $color_varaciones in $mis_colores {
  
		// CREA EL NOMBRE DE LA CLASE CSS PARA CADA TIPO DE CLASE Y COLOR.
		$cc_nombre_clase: "._#{$tipo_clases}_#{$color_nombre}";

		// OBTIENE EL VALOR DE LA PROPIEDAD CSS CORRESPONDIENTE AL TIPO DE CLASE.
		$cc_clase_valor: #{map-get($propiedad_y_valor, "valor_css")};

		// REEMPLAZA LAS VARIABLES EN EL VALOR DE LA PROPIEDAD CSS CON LOS VALORES DE LAS VARIACIONES DE COLOR.
		@each $variacion_nombre, $variacion_color in $color_varaciones {

			@if(str-index($cc_clase_valor, "{#{$variacion_nombre}}")){
				
				$cc_texto : $cc_clase_valor;
				$cc_txt_a_reemplazar : "{#{$variacion_nombre}}";
				$cc_txt_que_reemplazar : #{$variacion_color};
				$cc_clase_valor: str-replace($cc_texto, $cc_txt_a_reemplazar, $cc_txt_que_reemplazar);
			}
		}
  
		// CREA LA CLASE CSS CON LA PROPIEDAD Y VALOR CORRESPONDIENTE AL TIPO DE CLASE Y COLOR.
		#{$cc_nombre_clase} {
			
			#{map-get($propiedad_y_valor, "propiedad_css")}: #{$cc_clase_valor} !important;
		}
	}
  }
*/
.color_rrss_facebook {
  color: #1d95f3;
}
.color_rrss_instagram {
  color: #c9247a;
}
.color_rrss_whatsapp {
  color: #129a0a;
}
.color_rrss_youtube {
  color: #f60200;
}
.color_rrss_twitter {
  color: #1d7df3;
}
.color_web {
  color: #1d7df3;
}
/******************  ESTILOS COMUNES  **********************
ELEMENTOS DEL ARREGLO:
	0,					//DESDE			
	100,				//HASTA
	20,					//INTERVALOS
	"margin-top",		//PROPIEDAD CSS
	("px", "%"),		//TIPOS DE UNIDAD (STRING O ARRAY)
	"margen_superior"	//NOMBRE DE LA CLASE
*/
._margen_superior_0px {
  margin-top: 0px !important;
}
._margen_superior_0 {
  margin-top: 0% !important;
}
._margen_superior_5px {
  margin-top: 5px !important;
}
._margen_superior_5 {
  margin-top: 5% !important;
}
._margen_superior_10px {
  margin-top: 10px !important;
}
._margen_superior_10 {
  margin-top: 10% !important;
}
._margen_superior_15px {
  margin-top: 15px !important;
}
._margen_superior_15 {
  margin-top: 15% !important;
}
._margen_superior_20px {
  margin-top: 20px !important;
}
._margen_superior_20 {
  margin-top: 20% !important;
}
._margen_superior_25px {
  margin-top: 25px !important;
}
._margen_superior_25 {
  margin-top: 25% !important;
}
._margen_superior_30px {
  margin-top: 30px !important;
}
._margen_superior_30 {
  margin-top: 30% !important;
}
._margen_superior_35px {
  margin-top: 35px !important;
}
._margen_superior_35 {
  margin-top: 35% !important;
}
._margen_superior_40px {
  margin-top: 40px !important;
}
._margen_superior_40 {
  margin-top: 40% !important;
}
._margen_superior_45px {
  margin-top: 45px !important;
}
._margen_superior_45 {
  margin-top: 45% !important;
}
._margen_superior_50px {
  margin-top: 50px !important;
}
._margen_superior_50 {
  margin-top: 50% !important;
}
._margen_superior_55px {
  margin-top: 55px !important;
}
._margen_superior_55 {
  margin-top: 55% !important;
}
._margen_superior_60px {
  margin-top: 60px !important;
}
._margen_superior_60 {
  margin-top: 60% !important;
}
._margen_superior_65px {
  margin-top: 65px !important;
}
._margen_superior_65 {
  margin-top: 65% !important;
}
._margen_superior_70px {
  margin-top: 70px !important;
}
._margen_superior_70 {
  margin-top: 70% !important;
}
._margen_superior_75px {
  margin-top: 75px !important;
}
._margen_superior_75 {
  margin-top: 75% !important;
}
._margen_superior_80px {
  margin-top: 80px !important;
}
._margen_superior_80 {
  margin-top: 80% !important;
}
._margen_superior_85px {
  margin-top: 85px !important;
}
._margen_superior_85 {
  margin-top: 85% !important;
}
._margen_superior_90px {
  margin-top: 90px !important;
}
._margen_superior_90 {
  margin-top: 90% !important;
}
._margen_superior_95px {
  margin-top: 95px !important;
}
._margen_superior_95 {
  margin-top: 95% !important;
}
._margen_superior_100px {
  margin-top: 100px !important;
}
._margen_superior_100 {
  margin-top: 100% !important;
}
._margen_inferior_0px {
  margin-bottom: 0px !important;
}
._margen_inferior_20px {
  margin-bottom: 20px !important;
}
._margen_inferior_40px {
  margin-bottom: 40px !important;
}
._margen_inferior_60px {
  margin-bottom: 60px !important;
}
._margen_inferior_80px {
  margin-bottom: 80px !important;
}
._margen_inferior_100px {
  margin-bottom: 100px !important;
}
/* vistas_web/supercategorias/aviso_ficha_img.html */
.aviso_ficha_img_item {
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 200px;
  cursor: pointer;
  box-shadow: 3px 3px 5px 0px #b4b4b4;
  background-color: #f8facb;
  margin: 10px;
  border-radius: 20px;
}
.aviso_ficha_img_item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 20px;
  width: 100%;
  background-size: cover;
}
.aviso_ficha_img_item > a > div:first-child {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.aviso_ficha_img_item > a > div:first-child > p {
  position: absolute;
  top: -10px;
  margin: 0;
  left: 23px;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #000000ad;
  font-size: 12px;
}
.aviso_ficha_img_item > a > div:first-child > p.ora_mod_int_ale_dar {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.aviso_ficha_img_item > a > div:first-child > p.ora_mod_cla {
  background-color: #f08e1d;
  background-image: linear-gradient(to left bottom, #f08e1d, #df7701);
}
.aviso_ficha_img_item > a > div:first-child > p.mos_ora_mod_cla {
  background-color: #e6b413;
  background-image: linear-gradient(to left bottom, #e6b413, #d39c04);
}
.aviso_ficha_img_item > a > div:first-child > p.orange {
  background-color: #fc9d30;
  background-image: linear-gradient(to left bottom, #fc9d30, #ed8a18);
}
.aviso_ficha_img_item > a > div:first-child > p.orange_strong {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.aviso_ficha_img_item > a > div:first-child > p.deeporange {
  background-color: #ff4800;
  background-image: linear-gradient(to left bottom, #ff4800, #9b2c00);
}
.aviso_ficha_img_item > a > div:first-child > p.blue_light {
  background-color: #4e9ed7;
  background-image: linear-gradient(to left bottom, #4e9ed7, #4e9ed7);
}
.aviso_ficha_img_item > a > div:first-child > p.blue {
  background-color: #319ff2;
  background-image: linear-gradient(to left bottom, #319ff2, #1a6dab);
}
.aviso_ficha_img_item > a > div:first-child > p.deepblue {
  background-color: #0d95f0;
  background-image: linear-gradient(to left bottom, #0d95f0, #025e9b);
}
.aviso_ficha_img_item > a > div:first-child > p.deepred {
  background-color: #ff0000;
  background-image: linear-gradient(to left bottom, #ff0000, #8b0000);
}
.aviso_ficha_img_item > a > div:first-child > p.green_respaldo {
  background-color: #058b45;
  background-image: linear-gradient(to left bottom, #058b45, #037439);
}
.aviso_ficha_img_item > a > div:first-child > p.green {
  background-color: #00b567;
  background-image: linear-gradient(to left bottom, #00b567, #007848);
}
.aviso_ficha_img_item > a > div:first-child > p.brown {
  background-color: #e9864a;
  background-image: linear-gradient(to left bottom, #e9864a, #b45f2b);
}
.aviso_ficha_img_item > a > div:first-child > p.turquesa {
  background-color: #008e9c;
  background-image: linear-gradient(to left bottom, #008e9c, #005a62);
}
/* vistas_web/base/contenedor_pantalla.html */
#bs_cont_dist {
  /*max-width: 1257px;*/
  margin: auto;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.59);
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
#web_modal {
  position: absolute;
  top: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  display: none;
  opacity: 0;
  /*transition: opacity 0.3s ease;*/
  background-color: #000d;
}
#web_modal.show {
  display: block;
  opacity: 1;
}
#web_modal.centrar {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bs_cont_menu {
  width: 100%;
  height: 105px;
  /*box-shadow: 0px 12px 15px -14px #000000e8;*/
  z-index: 1002;
  top: 0;
  position: absolute;
  /*transition: all 0.4s ease-out;*/
  opacity: 1;
  display: flex;
  justify-content: center;
}
/*MINICAB*/
#bs_cont_dist.homeminicab > #bs_cont_menu {
  /*height: 105px;*/
  box-shadow: 0px 1px 33px -12px #000;
}
#bs_cont_menu:not(.superior_hidden).submenu_act {
  box-shadow: none;
}
#bs_cont_dist.superior_hidden > #bs_cont_menu {
  top: -105px;
  opacity: 0;
}
#bs_cont_dist.homeminicab > #bs_cont_menu.submenu_act, #bs_cont_dist.homeminicab > #bs_cont_menu.busqueda_activa {
  box-shadow: none;
}
.base_menu_izq > #bs_cont_menu {
  width: calc(100% - 300px);
  margin-left: 300px;
}
#bs_barra_sup_oculta {
  /*opacity: 0;
			top: -100px;*/
  /*transition: all 0.3s ease-out;*/
  right: 0;
  z-index: 3100;
  position: absolute;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 0;
}
#bs_barra_sup_oculta.ocultar {
  display: none;
}
.base_menu_izq > #bs_barra_sup_oculta {
  right: inherit;
  width: 300px;
  height: 100px;
}
/*#bs_cont_dist.superior_hidden > #bs_barra_sup_oculta{
			opacity: 1;
			top: 0;
		}*/
#bs_barra_sup_oculta > div:first-child {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: right;
}
#bs_barra_sup_oculta > div:first-child > div:first-child {
  background-color: #00000038;
  padding: 5px;
  border-radius: 0 0 10px 10px;
  margin-right: 5px;
  width: max-content;
  height: max-content;
  display: flex;
}
.base_menu_izq > #bs_barra_sup_oculta > div:first-child > div:first-child {
  width: 100%;
  margin: 0;
  border-radius: 0;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child {
  width: 85px;
  height: 40px;
  border-radius: 5px;
  display: flex;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a {
  height: 100%;
  width: 40px;
  display: block;
  background-color: #f7eddcd4;
  border-radius: 5px;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a:hover {
  background-color: #fff;
}
#bs_cont_dist:not(.superior_hidden) #bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a {
  display: none;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a > div {
  display: flex;
  width: 40px;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a > div > img {
  height: 30px;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child > a > div > i {
  font-size: 25px;
  color: #6c4503d4;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:first-child:hover > a > div > i {
  /*color: #000;*/
}
#acceso_opciones_usuario {
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f7eddcd4;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
}
#acceso_opciones_usuario:hover {
  background-color: #fff;
}
#acceso_opciones_usuario > i {
  font-size: 25px;
  color: #6c4503d4;
  /*display: none;*/
}
#acceso_opciones_usuario.act > i {
  color: #2982c4;
}
#acceso_opciones_usuario > i.tarjeta {
  display: none;
}
#acceso_opciones_usuario.act > i.tarjeta {
  color: #f46a23;
  display: none;
}
/*EN EL HOME*/
#bs_cont_dist:not(.superior_hidden) #acceso_opciones_usuario {
  width: 100%;
  margin-left: 0;
}
#bs_cont_dist:not(.superior_hidden) #acceso_opciones_usuario > i.tarjeta {
  display: inline-block;
}
/*#acceso_opciones_usuario > i{
								display: none;
							}
							#acceso_opciones_usuario:not(.act) > i:first-child,
							#acceso_opciones_usuario.act > i:last-child {
								display: inline-block;
							}*/
#bs_barra_sup_oculta > div:first-child > div:first-child > div:last-child {
  display: flex;
  /*margin-top: 5px;*/
  margin-left: 5px;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:last-child > div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f7eddcd4;
  border-radius: 5px;
}
#bs_barra_sup_oculta > div:first-child > div:first-child > div:last-child > div:last-child {
  margin-left: 5px;
}
.buscar_sin_superior:not(.act):hover {
  background-color: #fff !important;
}
.buscar_sin_superior.act {
  background-color: #ec8d20 !important;
}
.buscar_sin_superior > i {
  font-size: 25px;
  color: #6c4503d4;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.buscar_sin_superior.act > i {
  color: #fff;
}
.buscar_sin_superior:not(.act) > i.buscar, .buscar_sin_superior.act > i.ocultar {
  display: flex;
}
.menu_item_web_sin_superior:not(.act):hover {
  background-color: #fff !important;
}
.menu_item_web_sin_superior.act {
  background-color: #ec8d20 !important;
}
.menu_item_web_sin_superior > i {
  font-size: 25px;
  color: #6c4503d4;
  display: none;
}
.menu_item_web_sin_superior.act > i {
  color: #fff;
}
.menu_item_web_sin_superior > i {
  display: none;
}
.menu_item_web_sin_superior:not(.act) > i:first-child, .menu_item_web_sin_superior.act > i:last-child {
  display: inline-block;
}
#bs_cont_cont {
  width: 100%;
  position: absolute;
  overflow: auto;
  height: 100%;
  bottom: 0;
  /*transition: all 0.3s ease-out;*/
}
.base_menu_izq > #bs_cont_cont {
  width: calc(100% - 300px);
  margin-left: 300px;
}
/*MINICAB
		#bs_cont_dist.homeminicab > #bs_cont_cont{
			height: calc(100% - 105px);
		}
		#bs_cont_dist.superior_hidden > #bs_cont_cont{
			height: 100%;
		}*/
/* vistas_web/base/menu_submenu/submenu_grupo.html */
.submenu_grupo {
  margin: 0 10px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  min-width: 250px;
  /*max-width: 400px;*/
  width: calc(100% - 20px);
  background-color: #0000001c;
}
#cont_submenu.all .submenu_grupo, .cont_submenu_item.menu_interno .submenu_grupo {
  margin-top: 0;
  border-radius: 0px;
  border-bottom: 1px solid #ffffff21;
}
#cont_submenu.all .submenu_grupo:first-child, .cont_submenu_item.menu_interno .submenu_grupo:first-child {
  border-radius: 10px 10px 0 0;
  margin-top: 10px;
}
#cont_submenu.all .submenu_grupo:last-child, .cont_submenu_item.menu_interno .submenu_grupo:last-child {
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 600px) {
  /* GRUPO DE UNA COLUMNA (WIDTH)*/
  /* GRUPO DE DOS COLUMNAS (WIDTH)*/
  #cont_submenu:not(.all) .submenu_grupo {
    width: calc(50% - 20px);
    max-width: 400px;
  }
  #cont_submenu:not(.all) .submenu_grupo.dos_col {
    width: calc(100% - 20px);
    max-width: 800px;
  }
}
@media screen and (min-width: 900px) {
  /* GRUPO DE UNA COLUMNA (WIDTH)*/
  /* GRUPO DE DOS COLUMNAS (WIDTH)*/
  #cont_submenu:not(.all) .submenu_grupo {
    width: calc(33% - 20px);
    max-width: 400px;
  }
  #cont_submenu:not(.all) .submenu_grupo.dos_col {
    width: calc(66% - 20px);
    max-width: 800px;
  }
}
.submenu_grupo:hover, .submenu_grupo.act {
  box-shadow: inset 0px 0px 10px #00000040;
}
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.ora_mod_int_ale_dar .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.ora_mod_int_ale_dar .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.ora_mod_cla .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.ora_mod_cla .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.mos_ora_mod_cla .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.mos_ora_mod_cla .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.orange .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.orange .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.orange_strong .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.orange_strong .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.deeporange .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.deeporange .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.blue_light .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.blue_light .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.blue .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.blue .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.deepblue .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.deepblue .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.deepred .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.deepred .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.green_respaldo .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.green_respaldo .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.green .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.green .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.brown .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.brown .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
/*MENU OCULTO EN HOME
		O NO HOME
		#cont_submenu.all .menu_submenu_grupos_cont.turquesa .submenu_grupo,
		#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont.turquesa .submenu_grupo{
			border-left: 1px solid $color_1;
		}*/
.submenu_grupo > div:first-child {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  min-height: 50px;
  cursor: pointer;
}
#cont_submenu:not(.all) .submenu_grupo > div:first-child {
  border-bottom: 1px solid #ffffff21;
}
.submenu_grupo.sin_titulo > div:first-child {
  display: none;
}
.submenu_grupo > div:first-child > p {
  font-size: 17px;
  color: #fff;
  margin: 0;
  margin-left: 0px;
  font-family: supra;
  margin-left: 15px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 7px 0;
  width: calc(100% - 55px);
}
#cont_submenu:not(.all) .submenu_grupo > div:first-child > p {
  width: calc(100% - 30px);
}
.submenu_grupo > div:first-child > i {
  width: 40px;
  text-align: center;
  color: #ffffff80;
  display: none;
}
#cont_submenu.all .submenu_grupo.act > div:first-child > i.colapsar, #cont_submenu.all .submenu_grupo:not(.act) > div:first-child > i.expandir, .cont_submenu_item.menu_interno .submenu_grupo.act > div:first-child > i.colapsar, .cont_submenu_item.menu_interno .submenu_grupo:not(.act) > div:first-child > i.expandir {
  display: inline-block;
}
.submenu_grupo > div:last-child {
  width: 100%;
  padding: 10px 0;
  flex-wrap: wrap;
  display: none;
}
.submenu_grupo.act > div:last-child, .submenu_grupo.sin_titulo > div:last-child, #cont_submenu:not(.all) .submenu_grupo > div:last-child {
  display: flex;
}
.submenu_grupo > div:last-child > div {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #cont_submenu:not(.all) .submenu_grupo.dos_col > div:last-child > div {
    width: 50%;
  }
  #cont_submenu:not(.all) .submenu_grupo.dos_col > div:last-child > div:last-child {
    width: calc(50% - 1px);
    border-left: 1px solid #ffffff21;
  }
}
/* vistas_web/base/contenedor_principal.html */
#bs_cont_princ {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: auto;
}
/* vistas_web/base/submenu.html */
#cont_submenu {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 105px;
  display: flex;
  flex-direction: row;
  opacity: 0;
  /*transition: all 0.3s ease-out;*/
  justify-content: center;
  background-color: #0000009e;
  height: calc(100% - 105px);
}
#cont_submenu.all, #bs_cont_dist.superior_hidden #cont_submenu {
  /*justify-content: flex-end;*/
  right: 0;
  top: 0;
  height: 100%;
}
/*.homeminicab #cont_submenu:not(.all){
		top: 105px;
		height: calc(100% - 105px);
	}*/
#cont_submenu.act {
  opacity: 1;
  z-index: 1100;
}
#bs_cont_dist.superior_hidden #cont_submenu {
  height: 100%;
  top: 0;
  max-height: 100%;
}
.base_menu_izq > #cont_submenu {
  width: 300px !important;
  right: inherit !important;
  opacity: 1 !important;
  z-index: 1100 !important;
}
#cont_submenu > div:first-child {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
  min-height: 200px;
  max-width: 1500px;
}
#bs_cont_dist.superior_hidden #cont_submenu > div:first-child, #cont_submenu.all > div:first-child {
  border-radius: 10px;
  margin-right: 5px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#cont_submenu.all > div:first-child, #bs_cont_dist.superior_hidden #cont_submenu > div:first-child {
  /*max-width: 450px;
			width: calc(100% - 10px);*/
  max-height: calc(100% - 10px);
  top: 5px;
}
#bs_cont_dist.superior_hidden #cont_submenu > div:first-child {
  /*max-height: calc(100% - 110px);
			top: 105px;*/
}
@media screen and (max-width: 450px) {
  /*#bs_cont_dist.superior_hidden #cont_submenu > div:first-child{
				top: 100px;
				max-height: calc(100% - 100px);
				height: calc(100% - 100px);
			}*/
  #cont_submenu.all > div:first-child, #bs_cont_dist.superior_hidden #cont_submenu > div:first-child {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    margin-right: 0;
    border-radius: 0;
    height: 100%;
  }
}
.cont_submenu > div > div {
  height: 100%;
  overflow: auto;
  /*background-color: #fff;*/
}
.cont_submenu.all > div > div {
  max-width: 430px;
  border-radius: 10px;
  width: calc(100% - 10px);
}
@media screen and (max-width: 450px) {
  .cont_submenu.all > div > div {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    margin-right: 0;
    border-radius: 0;
    height: 100%;
  }
}
.cont_submenu > div > div > div:first-child {
  width: 100%;
  height: 150px;
  position: relative;
  align-items: center;
  background-color: #2170a5;
  display: none;
  background-size: 500px;
  background-image: url(/img/svg/icos3.svg);
}
@media screen and (max-width: 450px) {
  .cont_submenu > div > div > div:first-child {
    height: 105px;
  }
}
.cont_submenu.all > div > div > div:first-child {
  display: flex;
  height: 150px;
}
.cont_submenu > div > div > div:first-child > img {
  height: 95px;
  opacity: 0.25;
  position: absolute;
  right: 105px;
  top: 5px;
}
.cont_submenu > div > div > div:first-child > p {
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-family: supra_bold;
  margin-left: 15px;
  line-height: 30px;
}
#cont_submenu_cont_items {
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media screen and (min-width: 1500px) {
  .cont_submenu:not(.all) #cont_submenu_cont_items {
    max-height: calc(100% - 5px);
    border-radius: 0 0 20px 20px;
  }
}
.cont_submenu.all #cont_submenu_cont_items {
  background-color: #fff;
}
.cont_submenu.all > div > div > #cont_submenu_cont_items {
  height: calc(100% - 150px);
}
#cont_submenu_items {
  width: 100%;
}
#cont_submenu_items.all, #bs_cont_dist.superior_hidden #cont_submenu_items {
  width: 100%;
}
/* vistas_web/base/cargando.html */
#vent_cargando {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  background-color: #186caa;
  background: linear-gradient(125deg, #186caa 0%, #008b45 100%);
}
#vent_cargando > div {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url("/img/mosaico_w2.png");
}
#cargando_cont {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  text-align: center;
  overflow: hidden;
  /*background: linear-gradient(150deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.95) 20%,white 50%,rgba(255, 255, 255, 0.95) 80%, rgba(227, 227, 227, 0.5) 100%);*/
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.99) 20%, white 50%, rgba(255, 255, 255, 0.97) 80%, rgba(227, 227, 227, 0.99) 100%);
  border-radius: 100px 20px;
}
#cargando_cont > div {
  color: #fff;
}
#cargando_cont > div > img {
  width: 250px;
  /*filter: drop-shadow(0 0 10px #000);*/
}
#cargando_cont > div > i {
  font-size: 50px;
  margin-top: 30px;
  color: #186caa;
}
#cargando_cont > div > p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: bariol;
  margin: 10px 0 0 0;
  color: #5f5f5f;
}
/* vistas_web/base/submenu_footer.html */
#bs_submenu_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  position: absolute;
  right: 0;
  height: 45px;
  width: 100%;
  align-items: center;
}
#cont_submenu.all #bs_submenu_footer {
  justify-content: space-evenly;
  flex-wrap: nowrap;
}
@media screen and (max-width: 400px) {
  #bs_submenu_footer {
    justify-content: space-evenly;
    flex-wrap: nowrap;
  }
}
#bs_submenu_footer > a {
  margin: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 33px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #167302;
  padding: 0 10px;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  #bs_submenu_footer > a {
    height: 30px;
  }
}
#bs_submenu_footer > a.lobby, #bs_submenu_footer > a.transparencia {
  border: 2px solid #9e9ea0;
  padding: 0;
  opacity: 0.7;
}
#bs_submenu_footer > a.transparencia:hover {
  border: 2px solid #c64933;
}
#bs_submenu_footer > a > img {
  height: 100%;
  background-color: #fff;
  /*filter: grayscale(100%);*/
}
#bs_submenu_footer > a > p {
  color: #ddd;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #167302;
  font-weight: bold;
}
#bs_submenu_footer > a > p.pre_text {
  font-size: 10px;
  color: #373837;
}
#bs_submenu_footer > a:hover {
  background-color: #167302;
  opacity: 1;
}
#bs_submenu_footer > a:hover p {
  color: #fff;
}
#bs_submenu_footer > a:hover img {
  filter: grayscale(0%);
}
/* vistas_web/base/menu_item.html */
.menu_item_web {
  height: calc(100% - 10px);
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  min-width: 70px;
  text-decoration: none;
  display: none;
  font-family: supra;
  width: max-content;
  align-items: center;
  margin-left: 5px;
  padding: 0 10px;
  position: relative;
}
.menu_item_web.act {
  top: 5px;
  border-radius: 10px 10px 0 0;
}
#bs_cont_dist.homeminicab .menu_item_web.ora_mod_int_ale_dar, #bs_cont_dist:not(.homeminicab) .menu_item_web.ora_mod_int_ale_dar:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.ora_mod_int_ale_dar:not(.act) {
  background-color: #fff;
  color: #ec6e21;
}
#bs_cont_dist.homeminicab .menu_item_web.act.ora_mod_int_ale_dar, #bs_cont_menu.submenu_act .menu_item_web.act.ora_mod_int_ale_dar, #bs_cont_dist.homeminicab .menu_item_web.ora_mod_int_ale_dar:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).ora_mod_int_ale_dar:hover {
  background-color: #ec6e21;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.ora_mod_cla, #bs_cont_dist:not(.homeminicab) .menu_item_web.ora_mod_cla:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.ora_mod_cla:not(.act) {
  background-color: #fff;
  color: #f08e1d;
}
#bs_cont_dist.homeminicab .menu_item_web.act.ora_mod_cla, #bs_cont_menu.submenu_act .menu_item_web.act.ora_mod_cla, #bs_cont_dist.homeminicab .menu_item_web.ora_mod_cla:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).ora_mod_cla:hover {
  background-color: #f08e1d;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.mos_ora_mod_cla, #bs_cont_dist:not(.homeminicab) .menu_item_web.mos_ora_mod_cla:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.mos_ora_mod_cla:not(.act) {
  background-color: #fff;
  color: #e6b413;
}
#bs_cont_dist.homeminicab .menu_item_web.act.mos_ora_mod_cla, #bs_cont_menu.submenu_act .menu_item_web.act.mos_ora_mod_cla, #bs_cont_dist.homeminicab .menu_item_web.mos_ora_mod_cla:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).mos_ora_mod_cla:hover {
  background-color: #e6b413;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.orange, #bs_cont_dist:not(.homeminicab) .menu_item_web.orange:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.orange:not(.act) {
  background-color: #fff;
  color: #fc9d30;
}
#bs_cont_dist.homeminicab .menu_item_web.act.orange, #bs_cont_menu.submenu_act .menu_item_web.act.orange, #bs_cont_dist.homeminicab .menu_item_web.orange:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).orange:hover {
  background-color: #fc9d30;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.orange_strong, #bs_cont_dist:not(.homeminicab) .menu_item_web.orange_strong:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.orange_strong:not(.act) {
  background-color: #fff;
  color: #ec6e21;
}
#bs_cont_dist.homeminicab .menu_item_web.act.orange_strong, #bs_cont_menu.submenu_act .menu_item_web.act.orange_strong, #bs_cont_dist.homeminicab .menu_item_web.orange_strong:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).orange_strong:hover {
  background-color: #ec6e21;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.deeporange, #bs_cont_dist:not(.homeminicab) .menu_item_web.deeporange:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.deeporange:not(.act) {
  background-color: #fff;
  color: #ff4800;
}
#bs_cont_dist.homeminicab .menu_item_web.act.deeporange, #bs_cont_menu.submenu_act .menu_item_web.act.deeporange, #bs_cont_dist.homeminicab .menu_item_web.deeporange:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).deeporange:hover {
  background-color: #ff4800;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.blue_light, #bs_cont_dist:not(.homeminicab) .menu_item_web.blue_light:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.blue_light:not(.act) {
  background-color: #fff;
  color: #4e9ed7;
}
#bs_cont_dist.homeminicab .menu_item_web.act.blue_light, #bs_cont_menu.submenu_act .menu_item_web.act.blue_light, #bs_cont_dist.homeminicab .menu_item_web.blue_light:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).blue_light:hover {
  background-color: #4e9ed7;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.blue, #bs_cont_dist:not(.homeminicab) .menu_item_web.blue:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.blue:not(.act) {
  background-color: #fff;
  color: #319ff2;
}
#bs_cont_dist.homeminicab .menu_item_web.act.blue, #bs_cont_menu.submenu_act .menu_item_web.act.blue, #bs_cont_dist.homeminicab .menu_item_web.blue:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).blue:hover {
  background-color: #319ff2;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.deepblue, #bs_cont_dist:not(.homeminicab) .menu_item_web.deepblue:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.deepblue:not(.act) {
  background-color: #fff;
  color: #0d95f0;
}
#bs_cont_dist.homeminicab .menu_item_web.act.deepblue, #bs_cont_menu.submenu_act .menu_item_web.act.deepblue, #bs_cont_dist.homeminicab .menu_item_web.deepblue:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).deepblue:hover {
  background-color: #0d95f0;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.deepred, #bs_cont_dist:not(.homeminicab) .menu_item_web.deepred:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.deepred:not(.act) {
  background-color: #fff;
  color: #ff0000;
}
#bs_cont_dist.homeminicab .menu_item_web.act.deepred, #bs_cont_menu.submenu_act .menu_item_web.act.deepred, #bs_cont_dist.homeminicab .menu_item_web.deepred:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).deepred:hover {
  background-color: #ff0000;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.green_respaldo, #bs_cont_dist:not(.homeminicab) .menu_item_web.green_respaldo:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.green_respaldo:not(.act) {
  background-color: #fff;
  color: #058b45;
}
#bs_cont_dist.homeminicab .menu_item_web.act.green_respaldo, #bs_cont_menu.submenu_act .menu_item_web.act.green_respaldo, #bs_cont_dist.homeminicab .menu_item_web.green_respaldo:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).green_respaldo:hover {
  background-color: #058b45;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.green, #bs_cont_dist:not(.homeminicab) .menu_item_web.green:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.green:not(.act) {
  background-color: #fff;
  color: #00b567;
}
#bs_cont_dist.homeminicab .menu_item_web.act.green, #bs_cont_menu.submenu_act .menu_item_web.act.green, #bs_cont_dist.homeminicab .menu_item_web.green:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).green:hover {
  background-color: #00b567;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.brown, #bs_cont_dist:not(.homeminicab) .menu_item_web.brown:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.brown:not(.act) {
  background-color: #fff;
  color: #e9864a;
}
#bs_cont_dist.homeminicab .menu_item_web.act.brown, #bs_cont_menu.submenu_act .menu_item_web.act.brown, #bs_cont_dist.homeminicab .menu_item_web.brown:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).brown:hover {
  background-color: #e9864a;
  color: #fff;
}
#bs_cont_dist.homeminicab .menu_item_web.turquesa, #bs_cont_dist:not(.homeminicab) .menu_item_web.turquesa:hover:not(.act), #bs_cont_menu.submenu_act .menu_item_web.turquesa:not(.act) {
  background-color: #fff;
  color: #008e9c;
}
#bs_cont_dist.homeminicab .menu_item_web.act.turquesa, #bs_cont_menu.submenu_act .menu_item_web.act.turquesa, #bs_cont_dist.homeminicab .menu_item_web.turquesa:hover, #bs_cont_menu.submenu_act .menu_item_web:not(.act).turquesa:hover {
  background-color: #008e9c;
  color: #fff;
}
/*RESPONSIVE*/
@media screen and (min-width: 1150px) {
  .menu_item_web:nth-child(-n+6) {
    display: flex;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1150px) {
  .menu_item_web:nth-child(-n+5) {
    display: flex;
  }
}
@media screen and (min-width: 890px) and (max-width: 1020px) {
  .menu_item_web:nth-child(-n+4) {
    display: flex;
  }
}
@media screen and (min-width: 760px) and (max-width: 890px) {
  .menu_item_web:nth-child(-n+3) {
    display: flex;
  }
}
@media screen and (min-width: 630px) and (max-width: 760px) {
  .menu_item_web:nth-child(-n+2) {
    display: flex;
  }
}
@media screen and (min-width: 500px) and (max-width: 630px) {
  .menu_item_web:nth-child(-n+1) {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .menu_item_web:nth-child(-n+0) {
    display: flex;
  }
}
.menu_item_web > i {
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.ora_mod_int_ale_dar:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.ora_mod_int_ale_dar:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.ora_mod_int_ale_dar:not(.act):not(:hover) > i {
  color: #ec6e21;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.ora_mod_cla:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.ora_mod_cla:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.ora_mod_cla:not(.act):not(:hover) > i {
  color: #f08e1d;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.mos_ora_mod_cla:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.mos_ora_mod_cla:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.mos_ora_mod_cla:not(.act):not(:hover) > i {
  color: #e6b413;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.orange:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.orange:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.orange:not(.act):not(:hover) > i {
  color: #fc9d30;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.orange_strong:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.orange_strong:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.orange_strong:not(.act):not(:hover) > i {
  color: #ec6e21;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.deeporange:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.deeporange:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.deeporange:not(.act):not(:hover) > i {
  color: #ff4800;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.blue_light:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.blue_light:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.blue_light:not(.act):not(:hover) > i {
  color: #4e9ed7;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.blue:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.blue:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.blue:not(.act):not(:hover) > i {
  color: #319ff2;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.deepblue:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.deepblue:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.deepblue:not(.act):not(:hover) > i {
  color: #0d95f0;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.deepred:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.deepred:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.deepred:not(.act):not(:hover) > i {
  color: #ff0000;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.green_respaldo:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.green_respaldo:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.green_respaldo:not(.act):not(:hover) > i {
  color: #058b45;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.green:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.green:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.green:not(.act):not(:hover) > i {
  color: #00b567;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.brown:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.brown:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.brown:not(.act):not(:hover) > i {
  color: #e9864a;
}
#bs_cont_dist:not(.homeminicab) #bs_cont_menu:not(.submenu_act) .menu_item_web.turquesa:hover > i, #bs_cont_dist.homeminicab #bs_cont_menu:not(.submenu_act) .menu_item_web.turquesa:not(:hover) > i, #bs_cont_menu.submenu_act .menu_item_web.turquesa:not(.act):not(:hover) > i {
  color: #008e9c;
}
.menu_item_web > i.mostrar, .menu_item_web > i.ocultar {
  display: none;
}
.menu_item_web.act:not(.all):not(.sin_smn):not(.sin_sub) > i.ocultar, .menu_item_web:not(.sin_sub):not(.act):not(.all) > i.mostrar {
  display: inline-block;
}
.menu_item_web.sin_sub > i {
  display: none;
}
.menu_item_web > svg {
  position: absolute;
  width: 11px;
  bottom: -1px;
  display: none;
}
.menu_item_web > svg > path {
  fill: #ec8d20;
}
.menu_item_web.ora_mod_int_ale_dar > svg > path {
  fill: #ec6e21;
}
.menu_item_web.ora_mod_cla > svg > path {
  fill: #f08e1d;
}
.menu_item_web.mos_ora_mod_cla > svg > path {
  fill: #e6b413;
}
.menu_item_web.orange > svg > path {
  fill: #fc9d30;
}
.menu_item_web.orange_strong > svg > path {
  fill: #ec6e21;
}
.menu_item_web.deeporange > svg > path {
  fill: #ff4800;
}
.menu_item_web.blue_light > svg > path {
  fill: #4e9ed7;
}
.menu_item_web.blue > svg > path {
  fill: #319ff2;
}
.menu_item_web.deepblue > svg > path {
  fill: #0d95f0;
}
.menu_item_web.deepred > svg > path {
  fill: #ff0000;
}
.menu_item_web.green_respaldo > svg > path {
  fill: #058b45;
}
.menu_item_web.green > svg > path {
  fill: #00b567;
}
.menu_item_web.brown > svg > path {
  fill: #e9864a;
}
.menu_item_web.turquesa > svg > path {
  fill: #008e9c;
}
.menu_item_web > svg.mn_bord_left {
  left: -10px;
}
.menu_item_web > svg.mn_bord_right {
  right: -10px;
}
.menu_item_web.act > svg {
  display: inline-block;
}
/* vistas_web/base/menu.html */
#bs_menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 200;
  position: absolute;
  /*background-color: #fff;*/
  max-width: 1500px;
}
#bs_menu > div:first-child {
  width: 100%;
  height: 44px;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  top: 2px;
  justify-content: flex-end;
}
.homeminicab #bs_menu > div:first-child {
  height: 32px;
}
#bs_barra_sup_transp {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  width: max-content;
  border-radius: 5px;
  background-color: #969696;
  opacity: 0.6;
  max-width: calc(100% - 58px);
  cursor: pointer;
  display: none;
}
.homeminicab #bs_barra_sup_transp {
  border-radius: 3px;
  max-width: calc(100% - 46px);
}
#bs_barra_sup_transp:hover {
  opacity: 1;
  background-image: linear-gradient(to right, #0063a8, #e24049);
}
#bs_barra_sup_transp > a {
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 4px);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
.homeminicab #bs_barra_sup_transp > a {
  /*margin-left: 1px;
					height: calc(100% - px);*/
  border-radius: 3px;
}
#bs_barra_sup_transp > a:last-child {
  margin-right: 2px;
}
#bs_barra_sup_transp > a > img {
  height: 100%;
  background-color: #fff;
  padding: 0 2px;
}
#bs_barra_sup_usuario {
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  margin: 0 2px 0 5px;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  min-width: 40px;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #c0c0c0;
  display: none;
}
.homeminicab #bs_barra_sup_usuario {
  width: 32px;
  min-width: 32px;
}
#bs_barra_sup_usuario:hover {
  border: 2px solid #969696;
}
#bs_barra_sup_usuario > i {
  font-size: 26px;
  color: #c0c0c0;
}
#bs_barra_sup_usuario:hover > i {
  color: #969696;
}
.homeminicab #bs_barra_sup_usuario > i {
  font-size: 20px;
}
#bs_menu > div:last-child {
  width: 100%;
  height: calc(100% - 0px);
  display: flex;
  z-index: 2;
  position: absolute;
  background-color: #0000;
  margin-top: 0px;
}
#bs_cont_dist.homeminicab #bs_menu > div:last-child, #bs_cont_menu.submenu_act #bs_menu > div:last-child {
  background-color: #fff;
}
#bs_menu > div:last-child > div:first-child {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
}
#bs_menu > div:last-child > div:first-child > img {
  position: absolute;
  height: 65%;
  margin-left: 10px;
  display: none;
}
#bs_menu > div:last-child > div:first-child > img.blanco {
  display: inline-block;
}
#bs_cont_dist.homeminicab #bs_menu > div:last-child > div:first-child > img.color, #bs_cont_menu.submenu_act #bs_menu > div:last-child > div:first-child > img.color {
  display: inline-block;
}
#bs_cont_dist.homeminicab #bs_menu > div:last-child > div:first-child > img.blanco, #bs_cont_menu.submenu_act #bs_menu > div:last-child > div:first-child > img.blanco {
  display: none;
}
/* LOGO (normal) SIN MINICAB */
/*#bs_cont_dist:not(.homeminicab) #bs_menu > div:last-child > div:first-child > img{
				left: 20px;
				bottom: 20px;
				height: 65%;
			}
			@media screen and (max-width: 900px){
				#bs_cont_dist:not(.homeminicab) #bs_menu > div:last-child > div:first-child > img{
					height: 50%;
				}
			}
			@media screen and (max-width: 700px){
				#bs_cont_dist:not(.homeminicab) #bs_menu > div:last-child > div:first-child > img{
					height: 45%;
					left: 15px;
					bottom: 15px;
				}
			}
			@media screen and (max-width: 400px){
				#bs_cont_dist:not(.homeminicab) #bs_menu > div:last-child > div:first-child > img{
					height: max-content;
					left: 10px;
					bottom: 10px;
					max-width: calc(100% - 140px);
					max-height: 45%;
				}
			}*/
/* LOGO MINICAB */
/*.homeminicab #bs_menu > div:last-child > div:first-child > img{
				left: 15px;
				bottom: 15px;
			}
			@media screen and (max-width: 700px){
				.homeminicab #bs_menu > div:last-child > div:first-child > img{
					left: 10px;
					bottom: 10px;
					height: 55%;
				}
			}
			@media screen and (max-width: 550px){
				.homeminicab #bs_menu > div:last-child > div:first-child > img{
					left: 7px;
					bottom: 7px;
					height: 50%;
				}
			}
			@media screen and (max-width: 340px){
				.homeminicab #bs_menu > div:last-child > div:first-child > img{
					height: max-content;
					max-width: calc(100% - 120px);
					max-height: 50%;
				}
			}*/
#bs_menu > div:last-child > div:last-child {
  width: max-content;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  right: 0;
}
#bs_menu > div:last-child > div:last-child > div:first-child {
  width: calc(100% - 10px);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 5px;
  display: none;
}
#bs_cont_menu_sesion {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 2px #444;
  display: flex;
  cursor: pointer;
  display: none;
}
#bs_cont_menu_sesion > div:first-child {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bs_cont_menu_sesion > div:first-child > i {
  font-size: 22px;
  border-radius: 50%;
  background-color: #aaa;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#bs_cont_menu_sesion > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  position: relative;
}
/*TIPO DE USUARIO (VECINO|TURISTA|FUNCIONARIO)*/
#bs_cont_menu_sesion > div:nth-child(2) > p:first-child {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 10px);
  margin: auto 0 auto;
  font-size: 11px;
  color: #999;
  margin: 0;
}
/*NOMBRE DEL USUARIO*/
#bs_cont_menu_sesion > div:nth-child(2) > p:nth-child(2) {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 10px);
  margin: 0;
  font-size: 12px;
}
/*ICONO DE ACCESO AL MENU DE USUARIO*/
#bs_cont_menu_sesion > div:nth-child(2) > i {
  position: absolute;
  color: #919191;
  top: 2px;
  right: 3px;
  font-size: 15px;
  width: 25px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bs_cont_menu_sesion:hover > div:nth-child(2) > i {
  color: #0000ff;
}
#bs_cont_menu_items {
  width: max-content;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
/*
				#bs_cont_dist.homeminicab #bs_cont_menu_items{
					margin-right: 100px;
				}*/
.menu_item_web.home {
  width: 50px;
  min-width: 50px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu_item_web.home > i {
  font-size: 25px;
  margin-left: 0;
}
.menu_item_web.home:hover {
  background-color: transparent;
}
.menu_item_web.home:hover > i {
  color: #e65a25;
}
.menu_item_web.all {
  width: 44px;
  min-width: 44px;
  padding: 0;
  display: flex;
}
.menu_item_web.all.act {
  border-radius: 10px;
  top: 0;
}
.menu_item_web.all > i {
  display: none;
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.menu_item_web.all.act > i {
  color: #fff;
}
.menu_item_web.all > i:last-child {
  font-size: 23px;
}
.menu_item_web.all:not(.act) > i:first-child, .menu_item_web.all.act > i:last-child {
  display: flex;
}
.munu_home_buscar {
  width: 44px;
  height: 44px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 22px;
  margin-left: 5px;
  margin-right: 2px;
  cursor: pointer;
  min-width: 44px;
}
.munu_home_buscar:hover, .munu_home_buscar.act {
  background-color: #ec8d20;
}
.munu_home_buscar > i {
  color: #666;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}
.munu_home_buscar:hover > i, .munu_home_buscar.act > i {
  color: #fff;
}
.munu_home_buscar:not(.act) > i.buscar, .munu_home_buscar.act > i.ocultar {
  display: flex;
}
/* vistas_web/base/submenu_item_contenedor.html */
.cont_submenu_item {
  width: 100%;
  display: none;
  height: max-content;
  overflow: auto;
  background-size: 1000px;
  background-image: url("/img/svg/icos3.svg");
}
@media screen and (min-width: 1500px) {
  .cont_submenu:not(.all) .cont_submenu_item {
    border-radius: 0 0 20px 20px;
  }
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.ora_mod_int_ale_dar {
  background-color: #ec6e21;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.ora_mod_cla {
  background-color: #f08e1d;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.mos_ora_mod_cla {
  background-color: #e6b413;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.orange {
  background-color: #fc9d30;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.orange_strong {
  background-color: #ec6e21;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deeporange {
  background-color: #ff4800;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.blue_light {
  background-color: #4e9ed7;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.blue {
  background-color: #319ff2;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deepblue {
  background-color: #0d95f0;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deepred {
  background-color: #ff0000;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.green_respaldo {
  background-color: #058b45;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.green {
  background-color: #00b567;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.brown {
  background-color: #e9864a;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.turquesa {
  background-color: #008e9c;
  /*background-image: linear-gradient(to left, $color_1, $color_2);*/
}
#cont_submenu_items.all > .cont_submenu_item, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item {
  width: calc(100% - 12px);
  margin: 5px;
  margin-bottom: 0;
  border-radius: 10px;
  /*border: 1px solid #ffffff26;*/
  overflow: inherit;
}
#cont_submenu_items.all > .cont_submenu_item:not(.submenu_colapsar), #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item:not(.submenu_colapsar) {
  margin-top: 0;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.ora_mod_int_ale_dar, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.ora_mod_int_ale_dar {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.ora_mod_cla, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.ora_mod_cla {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.mos_ora_mod_cla, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.mos_ora_mod_cla {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.orange, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.orange {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.orange_strong, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.orange_strong {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.deeporange, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.deeporange {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.blue_light, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.blue_light {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.blue, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.blue {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.deepblue, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.deepblue {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.deepred, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.deepred {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.green_respaldo, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.green_respaldo {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.green, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.green {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.brown, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.brown {
  /*border: 1px solid $color_1;*/
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
#cont_submenu_items.all > .cont_submenu_item.turquesa, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.turquesa {
  /*border: 1px solid $color_1;*/
}
/*CUANDO NO ESTA COLAPSADO*/
#cont_submenu_items.all > .cont_submenu_item:not(.submenu_colapsar), #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item:not(.submenu_colapsar) {
  width: calc(100% - 10px);
  border: 0;
}
#cont_submenu_items.all > .cont_submenu_item:last-child, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item:last-child {
  margin-bottom: 50px;
}
.cont_submenu_item.act, .cont_submenu_item.menu_interno, #cont_submenu_items.all > .cont_submenu_item, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item {
  display: block;
}
/*
		@media screen and (min-width: 1150px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+6){
				display: none;
			}
		}
		@media screen and (min-width: 1020px) and (max-width: 1150px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+5){
				display: none;
			}
		}
		@media screen and (min-width: 890px) and (max-width: 1020px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+4){
				display: none;
			}
		}
		@media screen and (min-width: 760px) and (max-width: 890px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+3){
				display: none;
			}
		}
		@media screen and (min-width: 630px) and (max-width: 760px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+2){
				display: none;
			}
		}
		@media screen and (min-width: 500px) and (max-width: 630px){
			#bs_cont_dist:not(.superior_hidden) #cont_submenu_items.all > .cont_submenu_item:nth-child(-n+1){
				display: none;
			}
		}
	 */
.cont_submenu_item > .submenu_titulo {
  justify-content: center;
  align-items: center;
  min-height: 50px;
  cursor: pointer;
  display: none;
  text-decoration: none;
  position: sticky;
  border-radius: 9px;
}
/*@each $color_nombre, $color_codigos in $multicolor {
    
			$color_1: nth($color_codigos, 1);
			$color_2: nth($color_codigos, 2);

			.cont_submenu_item.#{$color_nombre} > .submenu_titulo{
				border: 2px solid #008e9c;
			}
		}*/
.cont_submenu_item.submenu_colapsar > .submenu_titulo {
  background-color: #fff;
}
.cont_submenu_item.submenu_colapsar:hover > .submenu_titulo {
  background-color: #d5e3f3;
}
#cont_submenu_items.all > .cont_submenu_item > .submenu_titulo, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item > .submenu_titulo {
  display: flex;
  justify-content: start;
}
#cont_submenu_items.all > .cont_submenu_item:not(.submenu_colapsar) > .submenu_titulo, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item:not(.submenu_colapsar) > .submenu_titulo {
  background-color: #fff;
  border: 0;
  position: sticky;
  top: 0;
  border-radius: 0;
  /*box-shadow: 0px 4px 8px -3px #635656c4;*/
  box-shadow: 0px 4px 4px -3px #00000047;
  padding-top: 5px;
  border-radius: 0 0 12px 12px;
}
.cont_submenu_item > .submenu_titulo > div {
  width: 100%;
  height: 100%;
  /*justify-content: center;*/
  align-items: center;
  display: flex;
  border-radius: 10px;
  min-height: 50px;
}
.cont_submenu_item.ora_mod_int_ale_dar:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #eb6818;
}
.cont_submenu_item.ora_mod_cla:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #ef8913;
}
.cont_submenu_item.mos_ora_mod_cla:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #ddad12;
}
.cont_submenu_item.orange:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #fc9826;
}
.cont_submenu_item.orange_strong:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #eb6818;
}
.cont_submenu_item.deeporange:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #f54500;
}
.cont_submenu_item.blue_light:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #4699d5;
}
.cont_submenu_item.blue:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #279bf1;
}
.cont_submenu_item.deepblue:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #0c8fe6;
}
.cont_submenu_item.deepred:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #f50000;
}
.cont_submenu_item.green_respaldo:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #058140;
}
.cont_submenu_item.green:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #00ab61;
}
.cont_submenu_item.brown:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #e88041;
}
.cont_submenu_item.turquesa:not(.submenu_colapsar) > .submenu_titulo > div {
  background-color: #008592;
}
.cont_submenu_item:not(.submenu_colapsar) > .submenu_titulo > div {
  /*border-radius: 10px 10px 0 0;*/
}
.cont_submenu_item > .submenu_titulo > div > i {
  font-size: 21px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /*color: $MENU_COLOR_PRINCIPAL;*/
  color: #1a6dab;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.ora_mod_int_ale_dar > .submenu_titulo > div > i {
  color: #ec6e21;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.ora_mod_cla > .submenu_titulo > div > i {
  color: #f08e1d;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.mos_ora_mod_cla > .submenu_titulo > div > i {
  color: #e6b413;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.orange > .submenu_titulo > div > i {
  color: #fc9d30;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.orange_strong > .submenu_titulo > div > i {
  color: #ec6e21;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deeporange > .submenu_titulo > div > i {
  color: #ff4800;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.blue_light > .submenu_titulo > div > i {
  color: #4e9ed7;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.blue > .submenu_titulo > div > i {
  color: #319ff2;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deepblue > .submenu_titulo > div > i {
  color: #0d95f0;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.deepred > .submenu_titulo > div > i {
  color: #ff0000;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.green_respaldo > .submenu_titulo > div > i {
  color: #058b45;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.green > .submenu_titulo > div > i {
  color: #00b567;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.brown > .submenu_titulo > div > i {
  color: #e9864a;
}
/*CUANDO EL MENÚ ESTE EXPANDIDO*/
.cont_submenu_item.turquesa > .submenu_titulo > div > i {
  color: #008e9c;
}
/*#cont_submenu_items.all > .cont_submenu_item.submenu_colapsar:hover > .submenu_titulo > div > *,
				#bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item.submenu_colapsar:hover > .submenu_titulo > div > *,*/
#cont_submenu_items.all > .cont_submenu_item:not(.submenu_colapsar) > .submenu_titulo > div > *, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item:not(.submenu_colapsar) > .submenu_titulo > div > * {
  color: #fff;
}
.cont_submenu_item > .submenu_titulo > div > i:first-child {
  position: initial;
  color: #1a6dab;
}
.cont_submenu_item > .submenu_titulo > div > p {
  margin: 0;
  /*color: $MENU_COLOR_PRINCIPAL;*/
  color: #1a6dab;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 16px;
}
.cont_submenu_item > .submenu_titulo > div > p > span {
  font-size: 14px;
  font-weight: bold;
  color: #00000077;
  text-transform: none;
}
#cont_submenu_items.all > .cont_submenu_item > .submenu_titulo > div > p, #bs_cont_dist.superior_hidden #cont_submenu_items > .cont_submenu_item > .submenu_titulo > div > p {
  margin-left: 10px;
}
.cont_submenu_item > .submenu_titulo > div > i.colapsado, .cont_submenu_item.submenu_colapsar > .submenu_titulo > div > i.expandido {
  display: none;
}
.cont_submenu_item:not(.sin_sub).submenu_colapsar > .submenu_titulo > div > i.colapsado {
  display: flex;
}
.cont_submenu_item.sin_sub > .submenu_titulo > div > i.expandido, .cont_submenu_item.sin_sub > .submenu_titulo > div > i.colapsado {
  display: none;
}
.menu_submenu_grupos_cont {
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
/*#bs_cont_dist.superior_hidden .menu_submenu_grupos_cont,*/
.cont_submenu_item.menu_interno > .menu_submenu_grupos_cont, #cont_submenu:not(.all) .menu_submenu_grupos_cont {
  max-height: max-content;
}
/*
		#bs_cont_dist.superior_hidden .submenu_colapsar > .menu_submenu_grupos_cont,
		#cont_submenu_items.all .submenu_colapsar > .menu_submenu_grupos_cont{
			display: none;
		}*/
/*
		#bs_cont_dist.superior_hidden .cont_submenu_item.menu_interno.submenu_colapsar > .menu_submenu_grupos_cont,
		
		#cont_submenu_items.all .menu_submenu_grupos_cont,*/
.cont_submenu_item.menu_interno > .menu_submenu_grupos_cont {
  display: block;
}
.cont_submenu_item.ora_mod_int_ale_dar > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #ec6e2170, #dc5f1d9c);
}
.cont_submenu_item.ora_mod_cla > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #f08e1d70, #df77019c);
}
.cont_submenu_item.mos_ora_mod_cla > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #e6b41370, #d39c049c);
}
.cont_submenu_item.orange > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #fc9d3070, #ed8a189c);
}
.cont_submenu_item.orange_strong > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #ec6e2170, #dc5f1d9c);
}
.cont_submenu_item.deeporange > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #ff480070, #9b2c009c);
}
.cont_submenu_item.blue_light > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #4e9ed770, #4e9ed79c);
}
.cont_submenu_item.blue > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #319ff270, #1a6dab9c);
}
.cont_submenu_item.deepblue > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #0d95f070, #025e9b9c);
}
.cont_submenu_item.deepred > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #ff000070, #8b00009c);
}
.cont_submenu_item.green_respaldo > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #058b4570, #0374399c);
}
.cont_submenu_item.green > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #00b56770, #0078489c);
}
.cont_submenu_item.brown > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #e9864a70, #b45f2b9c);
}
.cont_submenu_item.turquesa > .menu_submenu_grupos_cont {
  background-image: linear-gradient(to bottom, #008e9c70, #005a629c);
}
.menu_submenu_grupos_cont > div {
  height: max-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
/* vistas_web/base/submenu_item.html */
.submenu_item {
  display: flex;
  align-items: center;
  min-height: 48px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 24px;
  margin-top: 2px;
  width: calc(100% - 30px);
}
.submenu_item:hover {
  background-color: #fff;
}
.submenu_item.act {
  background-color: #fff;
  cursor: default;
}
.submenu_item > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submenu_item > div:first-child > div:first-child {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.submenu_item > div:first-child > div:first-child > i {
  color: #ffffffbf;
  font-size: 20px;
}
.submenu_item > div:first-child > div:first-child > i.icono_circle {
  font-size: 15px;
  background-color: #00000042;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.cont_submenu_item.ora_mod_int_ale_dar .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.ora_mod_int_ale_dar .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #ec6e21;
}
.cont_submenu_item.ora_mod_cla .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.ora_mod_cla .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #f08e1d;
}
.cont_submenu_item.mos_ora_mod_cla .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.mos_ora_mod_cla .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #e6b413;
}
.cont_submenu_item.orange .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.orange .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #fc9d30;
}
.cont_submenu_item.orange_strong .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.orange_strong .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #ec6e21;
}
.cont_submenu_item.deeporange .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.deeporange .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #ff4800;
}
.cont_submenu_item.blue_light .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.blue_light .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #4e9ed7;
}
.cont_submenu_item.blue .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.blue .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #319ff2;
}
.cont_submenu_item.deepblue .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.deepblue .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #0d95f0;
}
.cont_submenu_item.deepred .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.deepred .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #ff0000;
}
.cont_submenu_item.green_respaldo .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.green_respaldo .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #058b45;
}
.cont_submenu_item.green .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.green .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #00b567;
}
.cont_submenu_item.brown .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.brown .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #e9864a;
}
.cont_submenu_item.turquesa .submenu_item:hover > div:first-child > div:first-child > i.icono_circle, .cont_submenu_item.turquesa .submenu_item.act > div:first-child > div:first-child > i.icono_circle {
  background-color: #008e9c;
}
.submenu_item > div:first-child > div:last-child {
  width: calc(100% - 55px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.submenu_item > div:first-child > div:last-child > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 16px;
}
.submenu_item > div:first-child > div:last-child > p > span {
  font-size: 14px;
  font-weight: bold;
  color: #0000004f;
}
.cont_submenu_item.ora_mod_int_ale_dar .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.ora_mod_int_ale_dar .submenu_item.act > div:first-child > div:last-child > p {
  color: #ec6e21;
}
.cont_submenu_item.ora_mod_cla .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.ora_mod_cla .submenu_item.act > div:first-child > div:last-child > p {
  color: #f08e1d;
}
.cont_submenu_item.mos_ora_mod_cla .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.mos_ora_mod_cla .submenu_item.act > div:first-child > div:last-child > p {
  color: #e6b413;
}
.cont_submenu_item.orange .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.orange .submenu_item.act > div:first-child > div:last-child > p {
  color: #fc9d30;
}
.cont_submenu_item.orange_strong .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.orange_strong .submenu_item.act > div:first-child > div:last-child > p {
  color: #ec6e21;
}
.cont_submenu_item.deeporange .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.deeporange .submenu_item.act > div:first-child > div:last-child > p {
  color: #ff4800;
}
.cont_submenu_item.blue_light .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.blue_light .submenu_item.act > div:first-child > div:last-child > p {
  color: #4e9ed7;
}
.cont_submenu_item.blue .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.blue .submenu_item.act > div:first-child > div:last-child > p {
  color: #319ff2;
}
.cont_submenu_item.deepblue .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.deepblue .submenu_item.act > div:first-child > div:last-child > p {
  color: #0d95f0;
}
.cont_submenu_item.deepred .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.deepred .submenu_item.act > div:first-child > div:last-child > p {
  color: #ff0000;
}
.cont_submenu_item.green_respaldo .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.green_respaldo .submenu_item.act > div:first-child > div:last-child > p {
  color: #058b45;
}
.cont_submenu_item.green .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.green .submenu_item.act > div:first-child > div:last-child > p {
  color: #00b567;
}
.cont_submenu_item.brown .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.brown .submenu_item.act > div:first-child > div:last-child > p {
  color: #e9864a;
}
.cont_submenu_item.turquesa .submenu_item:hover > div:first-child > div:last-child > p, .cont_submenu_item.turquesa .submenu_item.act > div:first-child > div:last-child > p {
  color: #008e9c;
}
.submenu_item > div:first-child > div:last-child > i {
  color: #ffffff82;
  width: 30px;
  font-size: 18px;
  margin-right: 5px;
}
.cont_submenu_item.ora_mod_int_ale_dar .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.ora_mod_int_ale_dar .submenu_item.act > div:first-child > div:last-child > i {
  color: #ec6e21;
}
.cont_submenu_item.ora_mod_cla .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.ora_mod_cla .submenu_item.act > div:first-child > div:last-child > i {
  color: #f08e1d;
}
.cont_submenu_item.mos_ora_mod_cla .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.mos_ora_mod_cla .submenu_item.act > div:first-child > div:last-child > i {
  color: #e6b413;
}
.cont_submenu_item.orange .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.orange .submenu_item.act > div:first-child > div:last-child > i {
  color: #fc9d30;
}
.cont_submenu_item.orange_strong .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.orange_strong .submenu_item.act > div:first-child > div:last-child > i {
  color: #ec6e21;
}
.cont_submenu_item.deeporange .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.deeporange .submenu_item.act > div:first-child > div:last-child > i {
  color: #ff4800;
}
.cont_submenu_item.blue_light .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.blue_light .submenu_item.act > div:first-child > div:last-child > i {
  color: #4e9ed7;
}
.cont_submenu_item.blue .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.blue .submenu_item.act > div:first-child > div:last-child > i {
  color: #319ff2;
}
.cont_submenu_item.deepblue .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.deepblue .submenu_item.act > div:first-child > div:last-child > i {
  color: #0d95f0;
}
.cont_submenu_item.deepred .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.deepred .submenu_item.act > div:first-child > div:last-child > i {
  color: #ff0000;
}
.cont_submenu_item.green_respaldo .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.green_respaldo .submenu_item.act > div:first-child > div:last-child > i {
  color: #058b45;
}
.cont_submenu_item.green .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.green .submenu_item.act > div:first-child > div:last-child > i {
  color: #00b567;
}
.cont_submenu_item.brown .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.brown .submenu_item.act > div:first-child > div:last-child > i {
  color: #e9864a;
}
.cont_submenu_item.turquesa .submenu_item:hover > div:first-child > div:last-child > i, .cont_submenu_item.turquesa .submenu_item.act > div:first-child > div:last-child > i {
  color: #008e9c;
}
/* vistas_web/base/ventana_espera.html */
.bs_ventana.espera {
  align-items: center;
}
.bs_ventana.espera.act {
  display: block;
}
.bs_ventana.espera > div {
  display: none;
}
.bs_ventana.espera.carga > div:first-child {
  display: flex;
  align-items: center;
}
.bs_ventana.espera.nocarga > div:last-child {
  height: 100% !important;
}
.bs_ventana.espera.carga > div:first-child > i {
  margin: 20px;
  font-size: 35px;
  color: #e65a25;
}
#web_espera_texto {
  font-size: 20px;
  color: #444;
  margin: 0;
}
.bs_ventana.espera > img {
  padding: 20px;
  max-width: 500px;
  margin-top: 20px;
  filter: drop-shadow(3px -3px 3px #00000024);
}
.bs_ventana.espera.nocarga > img {
  display: none;
}
.bs_ventana.espera.nocarga > div:last-child {
  display: block;
}
.bs_ventana.espera.nocarga > div:last-child > div:first-child {
  max-width: calc(100% - 140px);
  background-color: #c12c2c;
  margin: 20px;
  border-radius: 10px;
  width: max-content;
}
.bs_ventana.espera.nocarga > div:last-child > div:first-child > p {
  font-size: 14px;
  padding: 20px;
  color: #fff;
}
.bs_ventana.espera.nocarga > div:last-child > div:last-child {
  width: calc(100% - 40px);
  margin: 20px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bs_ventana.espera.nocarga > div:last-child > div:last-child > p {
  font-size: 18px;
  color: #373636;
  margin: 0;
}
.bs_ventana.espera.nocarga > div:last-child > div:last-child > div {
  background-color: #185776;
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  max-width: 300px;
  cursor: pointer;
  text-align: center;
  padding: 0 10px;
}
.bs_ventana.espera.nocarga > div:last-child > div:last-child > div > p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.bs_ventana.espera.nocarga > div:last-child > div:last-child > img {
  padding: 20px;
  max-width: 500px;
  margin-top: 20px;
  filter: drop-shadow(3px -3px 3px #00000024);
}
/* vistas_web/base/contactos/contactos_btn_accion.html */
.web_item_contacto_btn_accion {
  width: 50px;
  height: 50px;
  /*border: 1px solid #002d70cc;*/
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.web_item_contacto_btn_accion:first-child {
  margin-left: 0;
}
.web_item_contacto_btn_accion > i {
  font-size: 22px;
  /*color: #002d70cc;*/
}
.web_item_busqueda.blue .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(59, 123, 192, 0.1);
}
.web_item_busqueda.blue .web_item_contacto_btn_accion {
  border: 1px solid rgba(59, 123, 192, 0.3);
}
.web_item_busqueda.blue .web_item_contacto_btn_accion > i {
  color: rgba(59, 123, 192, 0.7);
}
.web_item_busqueda.blue .web_item_contacto_btn_accion:hover {
  background-color: #3b7bc0;
}
.web_item_busqueda.blue .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.orange .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(190, 99, 34, 0.1);
}
.web_item_busqueda.orange .web_item_contacto_btn_accion {
  border: 1px solid rgba(190, 99, 34, 0.3);
}
.web_item_busqueda.orange .web_item_contacto_btn_accion > i {
  color: rgba(190, 99, 34, 0.7);
}
.web_item_busqueda.orange .web_item_contacto_btn_accion:hover {
  background-color: #be6322;
}
.web_item_busqueda.orange .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.orange_ green .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(16, 151, 84, 0.1);
}
.web_item_busqueda.orange_ green .web_item_contacto_btn_accion {
  border: 1px solid rgba(16, 151, 84, 0.3);
}
.web_item_busqueda.orange_ green .web_item_contacto_btn_accion > i {
  color: rgba(16, 151, 84, 0.7);
}
.web_item_busqueda.orange_ green .web_item_contacto_btn_accion:hover {
  background-color: #109754;
}
.web_item_busqueda.orange_ green .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.red .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(204, 73, 73, 0.1);
}
.web_item_busqueda.red .web_item_contacto_btn_accion {
  border: 1px solid rgba(204, 73, 73, 0.3);
}
.web_item_busqueda.red .web_item_contacto_btn_accion > i {
  color: rgba(204, 73, 73, 0.7);
}
.web_item_busqueda.red .web_item_contacto_btn_accion:hover {
  background-color: #cc4949;
}
.web_item_busqueda.red .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.brown .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(128, 69, 35, 0.1);
}
.web_item_busqueda.brown .web_item_contacto_btn_accion {
  border: 1px solid rgba(128, 69, 35, 0.3);
}
.web_item_busqueda.brown .web_item_contacto_btn_accion > i {
  color: rgba(128, 69, 35, 0.7);
}
.web_item_busqueda.brown .web_item_contacto_btn_accion:hover {
  background-color: #804523;
}
.web_item_busqueda.brown .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.pink .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(158, 50, 142, 0.1);
}
.web_item_busqueda.pink .web_item_contacto_btn_accion {
  border: 1px solid rgba(158, 50, 142, 0.3);
}
.web_item_busqueda.pink .web_item_contacto_btn_accion > i {
  color: rgba(158, 50, 142, 0.7);
}
.web_item_busqueda.pink .web_item_contacto_btn_accion:hover {
  background-color: #9e328e;
}
.web_item_busqueda.pink .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.deepred .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(255, 0, 0, 0.1);
}
.web_item_busqueda.deepred .web_item_contacto_btn_accion {
  border: 1px solid rgba(255, 0, 0, 0.3);
}
.web_item_busqueda.deepred .web_item_contacto_btn_accion > i {
  color: rgba(255, 0, 0, 0.7);
}
.web_item_busqueda.deepred .web_item_contacto_btn_accion:hover {
  background-color: #ff0000;
}
.web_item_busqueda.deepred .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.deeporange .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(255, 72, 0, 0.1);
}
.web_item_busqueda.deeporange .web_item_contacto_btn_accion {
  border: 1px solid rgba(255, 72, 0, 0.3);
}
.web_item_busqueda.deeporange .web_item_contacto_btn_accion > i {
  color: rgba(255, 72, 0, 0.7);
}
.web_item_busqueda.deeporange .web_item_contacto_btn_accion:hover {
  background-color: #ff4800;
}
.web_item_busqueda.deeporange .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.deepblue .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(13, 149, 240, 0.1);
}
.web_item_busqueda.deepblue .web_item_contacto_btn_accion {
  border: 1px solid rgba(13, 149, 240, 0.3);
}
.web_item_busqueda.deepblue .web_item_contacto_btn_accion > i {
  color: rgba(13, 149, 240, 0.7);
}
.web_item_busqueda.deepblue .web_item_contacto_btn_accion:hover {
  background-color: #0d95f0;
}
.web_item_busqueda.deepblue .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_busqueda.deepgreen .web_item_contacto_btn_accion:not(.oculto) {
  background-color: rgba(8, 102, 0, 0.1);
}
.web_item_busqueda.deepgreen .web_item_contacto_btn_accion {
  border: 1px solid rgba(8, 102, 0, 0.3);
}
.web_item_busqueda.deepgreen .web_item_contacto_btn_accion > i {
  color: rgba(8, 102, 0, 0.7);
}
.web_item_busqueda.deepgreen .web_item_contacto_btn_accion:hover {
  background-color: #086600;
}
.web_item_busqueda.deepgreen .web_item_contacto_btn_accion:hover > i {
  color: #fff;
}
.web_item_contacto_btn_accion > div {
  position: absolute;
  background-color: #d47905;
  right: 100%;
  top: -6px;
  z-index: 0;
  border-radius: 5px;
  padding: 5px 10px;
  width: max-content;
  align-items: center;
  box-shadow: -5px 5px 5px -2px #656565;
  display: none;
}
.web_subitem_busqueda:hover .web_item_contacto_btn_accion > div {
  display: flex;
}
.web_item_contacto_btn_accion > div > p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-shadow: -2px 2px 5px #000000a3;
}
.web_item_contacto_btn_accion > div > i {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  transform: rotate(20deg);
}
/* vistas_web/base/contactos/busqueda_subitem_textos.html */
.web_subitem_busqueda_textos {
  width: 100%;
  margin: 0;
  font-size: 15px;
  color: #000;
  margin-top: 3px;
}
.web_subitem_busqueda_textos:first-child {
  margin-top: 0;
}
.web_subitem_busqueda_textos.una_linea {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web_subitem_busqueda_textos.text_label {
  font-size: 12px;
  text-transform: uppercase;
}
.web_subitem_busqueda_textos.text_valor {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 5px);
  margin-left: 5px;
}
.web_subitem_busqueda_textos.big {
  font-size: 18px;
}
.web_subitem_busqueda_textos.bold {
  font-weight: bold;
}
.web_item_busqueda.blue .web_subitem_busqueda_textos.color {
  color: #336aa5;
}
.web_item_busqueda.orange .web_subitem_busqueda_textos.color {
  color: #a0531d;
}
.web_item_busqueda.orange_ green .web_subitem_busqueda_textos.color {
  color: #0d7742;
}
.web_item_busqueda.red .web_subitem_busqueda_textos.color {
  color: #bc3535;
}
.web_item_busqueda.brown .web_subitem_busqueda_textos.color {
  color: #64361b;
}
.web_item_busqueda.pink .web_subitem_busqueda_textos.color {
  color: #832976;
}
.web_item_busqueda.deepred .web_subitem_busqueda_textos.color {
  color: #db0000;
}
.web_item_busqueda.deeporange .web_subitem_busqueda_textos.color {
  color: #db3e00;
}
.web_item_busqueda.deepblue .web_subitem_busqueda_textos.color {
  color: #0b80ce;
}
.web_item_busqueda.deepgreen .web_subitem_busqueda_textos.color {
  color: #054200;
}
/* vistas_web/base/contactos/contactos_contenedor.html */
#bs_contactos_contenedor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*transition: all 0.3s ease-out;*/
  opacity: 0;
  z-index: -1;
  background-color: #0000009e;
}
#bs_contactos_contenedor.act {
  opacity: 1;
  z-index: 2002;
}
#bs_contactos_contenedor > div:first-child {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: relative;
  margin: auto;
}
#bs_contactos_contenedor > div:first-child > div {
  /*box-shadow: 0 0 19px 0px #000;*/
  /*max-height: 700px;*/
  /*height: calc(100% - 105px);*/
  /*top: 100px;*/
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  min-width: 200px;
  max-width: 430px;
  right: -100px;
  /*transition: all 0.3s ease-out;*/
  opacity: 0;
  border-radius: 10px;
  margin: 5px;
  overflow: hidden;
}
#bs_contactos_contenedor.act > div:first-child > div {
  opacity: 1;
  right: 0;
}
#bs_cont_dist:not(.superior_hidden) #bs_contactos_contenedor > div:first-child > div {
  /*height: calc(100% - 160px);
				top: 155px;*/
}
#bs_cont_dist.homeminicab:not(.superior_hidden) #bs_contactos_contenedor > div:first-child > div {
  /*height: calc(100% - 115px);
				top: 110px;*/
}
@media screen and (max-width: 450px) {
  #bs_contactos_contenedor > div:first-child > div {
    right: -100px;
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
    /*height: calc(100% - 101px);*/
    border-radius: 0;
    /*max-height: calc(100% - 101px);*/
    border-radius: 0;
    margin: 0;
  }
  #bs_contactos_contenedor.act > div:first-child > div {
    right: 0;
  }
  #bs_cont_dist:not(.superior_hidden) #bs_contactos_contenedor > div:first-child > div {
    /*height: calc(100% - 150px);
					top: 150px;*/
  }
  #bs_cont_dist.homeminicab:not(.superior_hidden) #bs_contactos_contenedor > div:first-child > div {
    /*height: calc(100% - 105px);
					top: 105px;*/
  }
}
#bs_contactos_contenedor > div:first-child > div > div:first-child {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ef7437;
  background-size: 500px;
  background-image: url(/img/svg/icos3.svg);
}
@media screen and (max-width: 450px) {
  #bs_contactos_contenedor > div:first-child > div > div:first-child {
    /*border-radius: 0;*/
  }
}
.web_contactos_buscar {
  width: 100%;
  height: 100%;
}
.web_contactos_buscar > div {
  width: 100%;
  height: 100%;
}
.web_contactos_buscar > div > div:first-child {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
}
.web_contactos_buscar > div > div:first-child > img {
  height: 95px;
  opacity: 0.25;
  position: absolute;
  right: 105px;
  top: 5px;
}
.web_contactos_buscar > div > div:first-child > p {
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-family: supra_bold;
  margin-left: 15px;
}
.web_contactos_buscar > div > div:nth-child(2) {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.web_contactos_buscar > div > div:nth-child(2) > input {
  width: calc(100% - 80px);
  height: calc(100% - 10px);
  border: 0;
  font-size: 18px;
  margin: 5px;
  border-radius: 10px 0 0 10px;
  max-width: 200px;
  padding-left: 10px;
  color: #fc7b2e;
  margin-right: 0;
}
/*.web_contactos_buscar > div > div:nth-child(2) > input::placeholder{
									color: #ffffffa9;
								}
								.web_contactos_buscar.act > div > div:nth-child(2) > input::placeholder{
									color: #000000a9;
								}
								@each $nombre_color, $color_box in $colores_box{

									.web_contactos_buscar.#{$nombre_color}.act > div > div:nth-child(2) > input{
										color: darken($color_box,10%);
									}
								}*/
/* CONTENEDOR ICONO */
.web_contactos_buscar > div > div:nth-child(2) > div {
  width: 50px;
  height: calc(100% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #fc7b2e;
}
/* ICONO */
.web_contactos_buscar > div > div:nth-child(2) > div > i {
  font-size: 20px;
  color: #fc7b2e;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_contactos_buscar > div > div:nth-child(2) > div > i.deseleccionar, .web_contactos_buscar.act:not(.focus) > div > div:nth-child(2) > div > i.seleccionar {
  display: none;
}
.web_contactos_buscar.act:not(.focus) > div > div:nth-child(2) > div > i.deseleccionar {
  display: flex;
  color: #ff0000;
}
#web_contactos_barra_sup > div:last-child {
  height: 100%;
  display: flex;
  display: none;
}
#web_contactos_barra_sup > div:last-child > i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}
#web_contactos_barra_sup > div:last-child > i:hover {
  background-color: rgba(0, 0, 0, 0.329);
}
#bs_contactos_contenedor > div:first-child > div > div:nth-child(2) {
  width: 100%;
  /*max-height: 350px;*/
  overflow: auto;
  background-color: #fff;
  /*border-radius: 0 0 10px 10px;*/
  height: calc(100% - 150px);
}
@media screen and (max-width: 450px) {
  #bs_contactos_contenedor > div:first-child > div > div:nth-child(2) {
    /*border-radius: 0;*/
  }
}
#bs_contactos_contenedor > div:first-child > div > div:nth-child(2) > div {
  width: 100%;
  height: max-content;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
}
/* vistas_web/base/contactos/busqueda_subitem.html */
.web_subitem_busqueda {
  width: 100%;
  min-height: 65px;
  display: flex;
  justify-content: center;
  margin-top: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.web_subitem_busqueda:first-child {
  margin-top: 0;
}
.web_subitem_busqueda > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_subitem_busqueda > div:first-child > div:first-child {
  height: 100%;
  width: calc(100% - 65px);
  display: flex;
}
.web_subitem_busqueda.sin_btns > div:first-child > div:first-child {
  width: 100%;
}
.web_subitem_busqueda > div:first-child > div:first-child > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}
.web_subitem_busqueda > div:first-child > div:last-child {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_subitem_busqueda.sin_btns > div:first-child > div:last-child {
  display: none;
}
/* vistas_web/base/contactos/contactos_item.html */
.web_item_busqueda {
  width: calc(100% - 12px);
  /*height: 65px;*/
  /*min-height: 65px;*/
  display: none;
  justify-content: center;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 33px;
  flex-direction: column;
  /*overflow: hidden;*/
  position: relative;
}
.web_item_busqueda.act {
  display: flex;
}
.web_item_busqueda:not(.subitems).blue {
  border: 1px solid #3b7bc0;
}
.web_item_busqueda:not(.subitems):hover.blue, .web_item_busqueda.subitems.blue {
  background-color: #3b7bc0;
}
/*.web_item_busqueda.subitems.blue{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).orange {
  border: 1px solid #be6322;
}
.web_item_busqueda:not(.subitems):hover.orange, .web_item_busqueda.subitems.orange {
  background-color: #be6322;
}
/*.web_item_busqueda.subitems.orange{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).orange_ green {
  border: 1px solid #109754;
}
.web_item_busqueda:not(.subitems):hover.orange_ green, .web_item_busqueda.subitems.orange_ green {
  background-color: #109754;
}
/*.web_item_busqueda.subitems.orange_ green{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).red {
  border: 1px solid #cc4949;
}
.web_item_busqueda:not(.subitems):hover.red, .web_item_busqueda.subitems.red {
  background-color: #cc4949;
}
/*.web_item_busqueda.subitems.red{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).brown {
  border: 1px solid #804523;
}
.web_item_busqueda:not(.subitems):hover.brown, .web_item_busqueda.subitems.brown {
  background-color: #804523;
}
/*.web_item_busqueda.subitems.brown{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).pink {
  border: 1px solid #9e328e;
}
.web_item_busqueda:not(.subitems):hover.pink, .web_item_busqueda.subitems.pink {
  background-color: #9e328e;
}
/*.web_item_busqueda.subitems.pink{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).deepred {
  border: 1px solid #ff0000;
}
.web_item_busqueda:not(.subitems):hover.deepred, .web_item_busqueda.subitems.deepred {
  background-color: #ff0000;
}
/*.web_item_busqueda.subitems.deepred{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).deeporange {
  border: 1px solid #ff4800;
}
.web_item_busqueda:not(.subitems):hover.deeporange, .web_item_busqueda.subitems.deeporange {
  background-color: #ff4800;
}
/*.web_item_busqueda.subitems.deeporange{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).deepblue {
  border: 1px solid #0d95f0;
}
.web_item_busqueda:not(.subitems):hover.deepblue, .web_item_busqueda.subitems.deepblue {
  background-color: #0d95f0;
}
/*.web_item_busqueda.subitems.deepblue{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda:not(.subitems).deepgreen {
  border: 1px solid #086600;
}
.web_item_busqueda:not(.subitems):hover.deepgreen, .web_item_busqueda.subitems.deepgreen {
  background-color: #086600;
}
/*.web_item_busqueda.subitems.deepgreen{
			border: 3px solid $color_box;
		}*/
.web_item_busqueda > div:first-child {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: sticky;
  top: 0;
  margin: auto;
}
.web_item_busqueda.subitems > div:first-child {
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  z-index: 1;
}
.web_item_busqueda > div:first-child > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px 30px 10px 10px;
  margin-top: 3px;
}
.web_item_busqueda.blue.subitems > div:first-child > div {
  background-color: #3b7bc0;
}
.web_item_busqueda.orange.subitems > div:first-child > div {
  background-color: #be6322;
}
.web_item_busqueda.orange_ green.subitems > div:first-child > div {
  background-color: #109754;
}
.web_item_busqueda.red.subitems > div:first-child > div {
  background-color: #cc4949;
}
.web_item_busqueda.brown.subitems > div:first-child > div {
  background-color: #804523;
}
.web_item_busqueda.pink.subitems > div:first-child > div {
  background-color: #9e328e;
}
.web_item_busqueda.deepred.subitems > div:first-child > div {
  background-color: #ff0000;
}
.web_item_busqueda.deeporange.subitems > div:first-child > div {
  background-color: #ff4800;
}
.web_item_busqueda.deepblue.subitems > div:first-child > div {
  background-color: #0d95f0;
}
.web_item_busqueda.deepgreen.subitems > div:first-child > div {
  background-color: #086600;
}
.web_item_busqueda > div:first-child > div > div:first-child {
  height: 100%;
  width: calc(100% - 65px);
  display: flex;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:first-child {
  width: 65px;
  /*height:65px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:first-child > i {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 50%;
  /*border: 1px solid #444;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #002d70cc;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.blue:first-child > i {
  background-color: #97b0ca;
  text-shadow: -3px 3px 8px #17304b;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.blue:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.blue:first-child > i {
  background-color: #fff;
  color: #97b0ca;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.orange:first-child > i {
  background-color: #d19b75;
  text-shadow: -3px 3px 8px #3c1f0b;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.orange:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.orange:first-child > i {
  background-color: #fff;
  color: #d19b75;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.orange_ green:first-child > i {
  background-color: #3dd087;
  text-shadow: -3px 3px 8px #010d07;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.orange_ green:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.orange_ green:first-child > i {
  background-color: #fff;
  color: #3dd087;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.red:first-child > i {
  background-color: #d5a6a6;
  text-shadow: -3px 3px 8px #611b1b;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.red:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.red:first-child > i {
  background-color: #fff;
  color: #d5a6a6;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.brown:first-child > i {
  background-color: #b27857;
  text-shadow: -3px 3px 8px #080402;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.brown:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.brown:first-child > i {
  background-color: #fff;
  color: #b27857;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.pink:first-child > i {
  background-color: #bb7bb1;
  text-shadow: -3px 3px 8px #2a0d26;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.pink:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.pink:first-child > i {
  background-color: #fff;
  color: #bb7bb1;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.deepred:first-child > i {
  background-color: #f07575;
  text-shadow: -3px 3px 8px #600;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.deepred:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.deepred:first-child > i {
  background-color: #fff;
  color: #f07575;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.deeporange:first-child > i {
  background-color: #f09875;
  text-shadow: -3px 3px 8px #661d00;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.deeporange:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.deeporange:first-child > i {
  background-color: #fff;
  color: #f09875;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.deepblue:first-child > i {
  background-color: #7bbce8;
  text-shadow: -3px 3px 8px #053b5f;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.deepblue:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.deepblue:first-child > i {
  background-color: #fff;
  color: #7bbce8;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div.deepgreen:first-child > i {
  background-color: #21b814;
  text-shadow: -3px 3px 8px black;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div.deepgreen:first-child > i, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div.deepgreen:first-child > i {
  background-color: #fff;
  color: #21b814;
  text-shadow: none;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child {
  width: calc(100% - 65px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p:first-child {
  width: max-content;
  margin: 0;
  padding: 3px 5px;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.blue:first-child {
  color: #7a7d81;
  border: 1px solid #7a7d81;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.orange:first-child {
  color: #866c5a;
  border: 1px solid #866c5a;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.orange_ green:first-child {
  color: #3a6d54;
  border: 1px solid #3a6d54;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.red:first-child {
  color: #928383;
  border: 1px solid #928383;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.brown:first-child {
  color: #57504c;
  border: 1px solid #57504c;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.pink:first-child {
  color: #6a6669;
  border: 1px solid #6a6669;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.deepred:first-child {
  color: #bf4040;
  border: 1px solid #bf4040;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.deeporange:first-child {
  color: #bf6440;
  border: 1px solid #bf6440;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.deepblue:first-child {
  color: #4c88b1;
  border: 1px solid #4c88b1;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p.deepgreen:first-child {
  color: #1e4d1a;
  border: 1px solid #1e4d1a;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div:last-child > p:first-child, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div:last-child > p:first-child {
  border: 1px solid transparent;
}
.web_item_busqueda > div:first-child > div > div:first-child > div:last-child > p:last-child {
  margin: 0;
  /*color: #002d70;*/
  margin-top: 3px;
  font-size: 16px;
  /*overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;*/
  font-weight: bold;
  margin-bottom: 5px;
}
.web_item_busqueda.blue > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #336aa5;
}
.web_item_busqueda.orange > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #a0531d;
}
.web_item_busqueda.orange_ green > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #0d7742;
}
.web_item_busqueda.red > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #bc3535;
}
.web_item_busqueda.brown > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #64361b;
}
.web_item_busqueda.pink > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #832976;
}
.web_item_busqueda.deepred > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #db0000;
}
.web_item_busqueda.deeporange > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #db3e00;
}
.web_item_busqueda.deepblue > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #0b80ce;
}
.web_item_busqueda.deepgreen > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #054200;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:first-child > div:last-child > p:last-child, .web_item_busqueda.subitems > div:first-child > div > div:first-child > div:last-child > p:last-child {
  color: #fff;
}
.web_item_busqueda > div:first-child > div > div:last-child {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_item_busqueda > div:first-child > div > div:last-child > i {
  font-size: 23px;
}
.web_item_busqueda.subitems > div:first-child > div > div:last-child > i.sin_subitems, .web_item_busqueda:not(.subitems) > div:first-child > div > div:last-child > i.con_subitems {
  display: none;
}
.web_item_busqueda.blue > div:first-child > div > div:last-child > i {
  color: #336aa5;
}
.web_item_busqueda.orange > div:first-child > div > div:last-child > i {
  color: #a0531d;
}
.web_item_busqueda.orange_ green > div:first-child > div > div:last-child > i {
  color: #0d7742;
}
.web_item_busqueda.red > div:first-child > div > div:last-child > i {
  color: #bc3535;
}
.web_item_busqueda.brown > div:first-child > div > div:last-child > i {
  color: #64361b;
}
.web_item_busqueda.pink > div:first-child > div > div:last-child > i {
  color: #832976;
}
.web_item_busqueda.deepred > div:first-child > div > div:last-child > i {
  color: #db0000;
}
.web_item_busqueda.deeporange > div:first-child > div > div:last-child > i {
  color: #db3e00;
}
.web_item_busqueda.deepblue > div:first-child > div > div:last-child > i {
  color: #0b80ce;
}
.web_item_busqueda.deepgreen > div:first-child > div > div:last-child > i {
  color: #054200;
}
.web_item_busqueda:not(.subitems):hover > div:first-child > div > div:last-child > i, .web_item_busqueda.subitems > div:first-child > div > div:last-child > i {
  color: #fffc;
}
.web_item_busqueda > div:last-child {
  /*width: 100%;*/
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  margin: 0 3px 3px 3px;
  display: none;
}
.web_item_busqueda.subitems > div:last-child {
  display: block;
}
/* vistas_web/base/contactos/busqueda_item_enlace.html */
.web_item_busqueda_enlace {
  width: calc(100% - 12px);
  /*height: 65px;*/
  min-height: 65px;
  display: none;
  justify-content: center;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 33px;
  flex-direction: column;
  text-decoration: none;
}
.web_item_busqueda_enlace.act {
  display: flex;
}
.web_item_busqueda_enlace.blue {
  border: 1px solid #3b7bc0;
}
.web_item_busqueda_enlace.blue:hover {
  background-color: #3b7bc0;
}
.web_item_busqueda_enlace.orange {
  border: 1px solid #be6322;
}
.web_item_busqueda_enlace.orange:hover {
  background-color: #be6322;
}
.web_item_busqueda_enlace.orange_ green {
  border: 1px solid #109754;
}
.web_item_busqueda_enlace.orange_ green:hover {
  background-color: #109754;
}
.web_item_busqueda_enlace.red {
  border: 1px solid #cc4949;
}
.web_item_busqueda_enlace.red:hover {
  background-color: #cc4949;
}
.web_item_busqueda_enlace.brown {
  border: 1px solid #804523;
}
.web_item_busqueda_enlace.brown:hover {
  background-color: #804523;
}
.web_item_busqueda_enlace.pink {
  border: 1px solid #9e328e;
}
.web_item_busqueda_enlace.pink:hover {
  background-color: #9e328e;
}
.web_item_busqueda_enlace.deepred {
  border: 1px solid #ff0000;
}
.web_item_busqueda_enlace.deepred:hover {
  background-color: #ff0000;
}
.web_item_busqueda_enlace.deeporange {
  border: 1px solid #ff4800;
}
.web_item_busqueda_enlace.deeporange:hover {
  background-color: #ff4800;
}
.web_item_busqueda_enlace.deepblue {
  border: 1px solid #0d95f0;
}
.web_item_busqueda_enlace.deepblue:hover {
  background-color: #0d95f0;
}
.web_item_busqueda_enlace.deepgreen {
  border: 1px solid #086600;
}
.web_item_busqueda_enlace.deepgreen:hover {
  background-color: #086600;
}
.web_item_busqueda_enlace > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_item_busqueda_enlace > div:first-child > div:first-child {
  height: 100%;
  width: calc(100% - 65px);
  display: flex;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:first-child {
  width: 65px;
  /*height:65px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:first-child > i {
  width: 45px;
  height: 45px;
  font-size: 18px;
  border-radius: 50%;
  /*border: 1px solid #444;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #002d70cc;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.blue:first-child > i {
  background-color: #97b0ca;
  text-shadow: -3px 3px 8px #17304b;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.blue:first-child > i {
  background-color: #fff;
  color: #97b0ca;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.orange:first-child > i {
  background-color: #d19b75;
  text-shadow: -3px 3px 8px #3c1f0b;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.orange:first-child > i {
  background-color: #fff;
  color: #d19b75;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.orange_ green:first-child > i {
  background-color: #3dd087;
  text-shadow: -3px 3px 8px #010d07;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.orange_ green:first-child > i {
  background-color: #fff;
  color: #3dd087;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.red:first-child > i {
  background-color: #d5a6a6;
  text-shadow: -3px 3px 8px #611b1b;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.red:first-child > i {
  background-color: #fff;
  color: #d5a6a6;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.brown:first-child > i {
  background-color: #b27857;
  text-shadow: -3px 3px 8px #080402;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.brown:first-child > i {
  background-color: #fff;
  color: #b27857;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.pink:first-child > i {
  background-color: #bb7bb1;
  text-shadow: -3px 3px 8px #2a0d26;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.pink:first-child > i {
  background-color: #fff;
  color: #bb7bb1;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.deepred:first-child > i {
  background-color: #f07575;
  text-shadow: -3px 3px 8px #600;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.deepred:first-child > i {
  background-color: #fff;
  color: #f07575;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.deeporange:first-child > i {
  background-color: #f09875;
  text-shadow: -3px 3px 8px #661d00;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.deeporange:first-child > i {
  background-color: #fff;
  color: #f09875;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.deepblue:first-child > i {
  background-color: #7bbce8;
  text-shadow: -3px 3px 8px #053b5f;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.deepblue:first-child > i {
  background-color: #fff;
  color: #7bbce8;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div.deepgreen:first-child > i {
  background-color: #21b814;
  text-shadow: -3px 3px 8px black;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div.deepgreen:first-child > i {
  background-color: #fff;
  color: #21b814;
  text-shadow: none;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child {
  width: calc(100% - 65px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p:first-child {
  width: max-content;
  margin: 0;
  padding: 3px 5px;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.blue:first-child {
  color: #7a7d81;
  border: 1px solid #7a7d81;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.orange:first-child {
  color: #866c5a;
  border: 1px solid #866c5a;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.orange_ green:first-child {
  color: #3a6d54;
  border: 1px solid #3a6d54;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.red:first-child {
  color: #928383;
  border: 1px solid #928383;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.brown:first-child {
  color: #57504c;
  border: 1px solid #57504c;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.pink:first-child {
  color: #6a6669;
  border: 1px solid #6a6669;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.deepred:first-child {
  color: #bf4040;
  border: 1px solid #bf4040;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.deeporange:first-child {
  color: #bf6440;
  border: 1px solid #bf6440;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.deepblue:first-child {
  color: #4c88b1;
  border: 1px solid #4c88b1;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p.deepgreen:first-child {
  color: #1e4d1a;
  border: 1px solid #1e4d1a;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div:last-child > p:first-child {
  border: 1px solid transparent;
}
.web_item_busqueda_enlace > div:first-child > div:first-child > div:last-child > p:last-child {
  margin: 0;
  /*color: #002d70;*/
  margin-top: 3px;
  font-size: 16px;
  /*overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;*/
  font-weight: bold;
  margin-bottom: 5px;
}
.web_item_busqueda_enlace.blue > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #336aa5;
}
.web_item_busqueda_enlace.orange > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #a0531d;
}
.web_item_busqueda_enlace.orange_ green > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #0d7742;
}
.web_item_busqueda_enlace.red > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #bc3535;
}
.web_item_busqueda_enlace.brown > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #64361b;
}
.web_item_busqueda_enlace.pink > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #832976;
}
.web_item_busqueda_enlace.deepred > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #db0000;
}
.web_item_busqueda_enlace.deeporange > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #db3e00;
}
.web_item_busqueda_enlace.deepblue > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #0b80ce;
}
.web_item_busqueda_enlace.deepgreen > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #054200;
}
.web_item_busqueda_enlace:hover > div:first-child > div:first-child > div:last-child > p:last-child {
  color: #fff;
}
.web_item_busqueda_enlace > div:first-child > div:last-child {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_item_busqueda_enlace > div:first-child > div:last-child > i {
  font-size: 23px;
}
.web_item_busqueda_enlace.blue > div:first-child > div:last-child > i {
  color: #336aa5;
}
.web_item_busqueda_enlace.orange > div:first-child > div:last-child > i {
  color: #a0531d;
}
.web_item_busqueda_enlace.orange_ green > div:first-child > div:last-child > i {
  color: #0d7742;
}
.web_item_busqueda_enlace.red > div:first-child > div:last-child > i {
  color: #bc3535;
}
.web_item_busqueda_enlace.brown > div:first-child > div:last-child > i {
  color: #64361b;
}
.web_item_busqueda_enlace.pink > div:first-child > div:last-child > i {
  color: #832976;
}
.web_item_busqueda_enlace.deepred > div:first-child > div:last-child > i {
  color: #db0000;
}
.web_item_busqueda_enlace.deeporange > div:first-child > div:last-child > i {
  color: #db3e00;
}
.web_item_busqueda_enlace.deepblue > div:first-child > div:last-child > i {
  color: #0b80ce;
}
.web_item_busqueda_enlace.deepgreen > div:first-child > div:last-child > i {
  color: #054200;
}
.web_item_busqueda_enlace:hover > div:first-child > div:last-child > i {
  color: #fffc;
}
/* vistas_web/base/contactos/contactos_cont_btns_accion.html */
.web_item_contacto_cont_btns_accion {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.web_item_contacto_cont_btns_accion.mostrar_ocultos > div:first-child {
  display: none;
}
.web_item_contacto_cont_btns_accion > div:last-child {
  display: none;
  position: absolute;
  right: 0;
  background-color: #eee;
  width: max-content;
  height: 100%;
  border-radius: 33px 0 0 33px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 8px;
}
.web_item_contacto_cont_btns_accion.mostrar_ocultos > div:last-child {
  display: flex;
}
.web_item_busqueda.blue div.web_cont_botones_ocultos {
  background-color: rgba(59, 123, 192, 0.1);
}
.web_item_busqueda.orange div.web_cont_botones_ocultos {
  background-color: rgba(190, 99, 34, 0.1);
}
.web_item_busqueda.orange_ green div.web_cont_botones_ocultos {
  background-color: rgba(16, 151, 84, 0.1);
}
.web_item_busqueda.red div.web_cont_botones_ocultos {
  background-color: rgba(204, 73, 73, 0.1);
}
.web_item_busqueda.brown div.web_cont_botones_ocultos {
  background-color: rgba(128, 69, 35, 0.1);
}
.web_item_busqueda.pink div.web_cont_botones_ocultos {
  background-color: rgba(158, 50, 142, 0.1);
}
.web_item_busqueda.deepred div.web_cont_botones_ocultos {
  background-color: rgba(255, 0, 0, 0.1);
}
.web_item_busqueda.deeporange div.web_cont_botones_ocultos {
  background-color: rgba(255, 72, 0, 0.1);
}
.web_item_busqueda.deepblue div.web_cont_botones_ocultos {
  background-color: rgba(13, 149, 240, 0.1);
}
.web_item_busqueda.deepgreen div.web_cont_botones_ocultos {
  background-color: rgba(8, 102, 0, 0.1);
}
.web_cont_botones_ocultos_contraer {
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.web_cont_botones_ocultos_contraer > i {
  color: #002d70cc;
  font-size: 25px;
}
.web_cont_botones_ocultos_contraer:hover > i {
  color: #000;
}
/* vistas_web/base/contactos/busqueda_subitem_enlace.html */
.web_subitem_busqueda_enlace {
  width: 100%;
  min-height: 65px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-top: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.web_item_busqueda.blue .web_subitem_busqueda_enlace:hover {
  background-color: #dde8f4;
}
.web_item_busqueda.orange .web_subitem_busqueda_enlace:hover {
  background-color: #f4d7c2;
}
.web_item_busqueda.orange_ green .web_subitem_busqueda_enlace:hover {
  background-color: #8bf3bf;
}
.web_item_busqueda.red .web_subitem_busqueda_enlace:hover {
  background-color: #fbf0f0;
}
.web_item_busqueda.brown .web_subitem_busqueda_enlace:hover {
  background-color: #e2b297;
}
.web_item_busqueda.pink .web_subitem_busqueda_enlace:hover {
  background-color: #eabce3;
}
.web_item_busqueda.deepred .web_subitem_busqueda_enlace:hover {
  background-color: #ffd6d6;
}
.web_item_busqueda.deeporange .web_subitem_busqueda_enlace:hover {
  background-color: #ffe2d6;
}
.web_item_busqueda.deepblue .web_subitem_busqueda_enlace:hover {
  background-color: #d6edfd;
}
.web_item_busqueda.deepgreen .web_subitem_busqueda_enlace:hover {
  background-color: #4cff3d;
}
.web_subitem_busqueda_enlace > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web_subitem_busqueda_enlace > div:first-child > div:first-child {
  height: 100%;
  width: calc(100% - 65px);
  display: flex;
}
.web_subitem_busqueda_enlace > div:first-child > div:first-child > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}
.web_subitem_busqueda_enlace > div:first-child > div:last-child {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  font-size: 23px;
}
.web_item_busqueda.blue .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #336aa5;
}
.web_item_busqueda.orange .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #a0531d;
}
.web_item_busqueda.orange_ green .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #0d7742;
}
.web_item_busqueda.red .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #bc3535;
}
.web_item_busqueda.brown .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #64361b;
}
.web_item_busqueda.pink .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #832976;
}
.web_item_busqueda.deepred .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #db0000;
}
.web_item_busqueda.deeporange .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #db3e00;
}
.web_item_busqueda.deepblue .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #0b80ce;
}
.web_item_busqueda.deepgreen .web_subitem_busqueda_enlace > div:first-child > div:last-child > i {
  color: #054200;
}
/* vistas_web/vistas_libres/viveconcon.html */
#viveconcon {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 700px;
  background-image: url(/img/svg/icos3.svg);
  background-color: #00627a;
}
#viveconcon > div:first-child {
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-color: #287689eb;
            background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);*/
  background-image: linear-gradient(to bottom right, #024052d4, #287689eb, #023e50ed);
}
#viveconcon_logo {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
#viveconcon_logo > img {
  width: 80%;
  max-width: 350px;
}
#viveconcon_logo > p {
  margin: 20px auto;
  font-size: 21px;
  max-width: 370px;
  font-family: supra;
  width: 80%;
  color: #fff;
  text-shadow: 0 0 10px #186ca7;
  text-align: center;
}
#viveconcon_app {
  background-color: #00000021;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  max-width: 800px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px -1px #000;
}
#viveconcon_app > p {
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
#viveconcon_app > div {
  width: 100%;
  margin-bottom: 15px;
}
#viveconcon_app > div > div {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
  padding: 10px 0;
}
#viveconcon_app > div > div > i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4ba9ff;
  background-color: #0d4a5b;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 330px) {
  #viveconcon_app > div > div > i {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
#viveconcon_app > div > p {
  color: #c5ddef;
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}
#viveconcon_app > a {
  width: 250px;
  background-color: #186ca7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 15px 14px;
  cursor: pointer;
  border: 2px solid #bee2fbcf;
}
#viveconcon_app > a:hover {
  background-color: #0d456d;
}
#viveconcon_app > a > p {
  margin: 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 20px;
  font-family: supra_bold;
}
#viveconcon_app > a > p > span {
  font-size: 15px;
  font-family: supra_light;
}
#viveconcon_bienvenidos {
  background-color: #00000021;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  max-width: 800px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px -1px #000;
}
#viveconcon_bienvenidos > p {
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
#viveconcon_bienvenidos > div {
  width: 100%;
  margin-bottom: 15px;
}
#viveconcon_bienvenidos > div > p {
  color: #c5ddef;
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}
#viveconcon_bienvenidos > div > video {
  width: 100%;
}
#viveconcon_gastronomia {
  background-color: #00000021;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  max-width: 800px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px -1px #000;
}
#viveconcon_gastronomia > p {
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
#viveconcon_gastronomia > div {
  width: 100%;
  margin-bottom: 15px;
}
#viveconcon_gastronomia > div > p {
  color: #c5ddef;
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}
#viveconcon_gastronomia > div > video {
  width: 100%;
}
#viveconcon_laisla {
  background-color: #00000021;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  max-width: 800px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px -1px #000;
}
#viveconcon_laisla > p {
  margin: 20px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
#viveconcon_laisla > div {
  width: 100%;
  margin-bottom: 15px;
}
#viveconcon_laisla > div > img {
  width: 100%;
  border-radius: 10px;
}
#viveconcon_laisla > div > p {
  color: #c5ddef;
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
}
#viveconcon_laisla > div > video {
  width: 100%;
}
#viveconcon_laisla > a {
  width: 250px;
  background-color: #186ca7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 15px 14px;
  cursor: pointer;
  border: 2px solid #bee2fbcf;
  margin-top: 15px;
}
#viveconcon_laisla > a:first-child {
  margin-top: 0;
}
#viveconcon_laisla > a:hover {
  background-color: #0d456d;
}
#viveconcon_laisla > a > p {
  margin: 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 20px;
  font-family: supra_bold;
  text-align: center;
}
#viveconcon_laisla > a > p > span {
  font-size: 15px;
  font-family: supra_light;
  text-align: center;
}
#viveconcon_mapa {
  background-color: #00000021;
  margin: 15px auto 15px auto;
  max-width: 830px;
  width: calc(100% - 30px);
  box-shadow: 0 0 8px -1px #000;
}
#viveconcon_mapa > p {
  width: 90%;
  max-width: 512px;
  margin: 40px auto 15px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-shadow: 0 0 5px #085b8d;
  display: none;
}
#viveconcon_mapa > div {
  width: 100%;
  margin: auto;
}
#viveconcon_mapa > div > iframe {
  width: 100%;
  height: 500px;
}
#viveconcon > div:first-child > div:last-child {
  margin-bottom: 100px;
}
#viveconcon > div:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  background-image: url(/img/vive_concon/viveconcon_back.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 200px;
}
/* vistas_web/vistas_libres/popup_control_acceso_codigo.html */
#popup_control_acceso_codigo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_control_acceso_codigo > div {
  text-align: center;
  max-width: 600px;
  width: 90%;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
p.pcac_titulo {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #31638e;
  margin-top: 50px;
}
.pcac_texto_ayuda {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
  color: #6a6969;
  margin-bottom: 10px;
}
#popup_control_acceso_codigo > div > .pcac_codigo {
  width: 200px;
  border: 1px solid #444;
  font-size: 20px;
  padding: 6px 10px;
  text-align: center;
  border-radius: 5px;
  color: #0b47a3;
  text-transform: uppercase;
}
#pcac_mensaje {
  margin: 20px 0;
  color: #00f;
}
#popup_control_acceso_codigo > div > .pcac_aceptar {
  margin: 0 50px 50px 50px;
  width: 130px;
  border: 0;
  background-color: #2e90e7;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
}
#popup_control_acceso_codigo > div > .pcac_aceptar:hover {
  background-color: #1c6baf;
}
#popup_control_acceso_codigo > div > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 30px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background-color: #00000026;
  box-shadow: inset 0 0 8px #36353569;
  text-shadow: -2px 2px 5px #0000004a;
  cursor: pointer;
}
#popup_control_acceso_codigo > div > i:hover {
  background-color: #00000040;
}
/* vistas_web/vistas_libres/organigrama_svg.html */
#organ_muni {
  margin-top: 55px;
}
/* vistas_web/vistas_libres/cuenta_publica.html */
#cuenta_publica {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-image: url(/img/cuenta_publica/fondo_min.jpg);
  background-color: #00627a;
}
#cuenta_publica > div:first-child {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #286e9bbd;
  background-image: linear-gradient(to bottom right, #1077c2ab, #2c8cc999, #1178c5b2);
}
.cuenta_publica_sld {
  background-color: #00000021;
  border-radius: 10px;
  margin: 30px auto 15px auto;
  max-width: 700px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 8px -1px #000;
  overflow: hidden;
}
.cuenta_publica_sld.descarga:hover {
  background-color: #0000003b;
}
.cuenta_publica_sld > img {
  width: 100%;
}
.cuenta_publica_sld > video {
  width: 100%;
}
.cuenta_publica_sld > a.descarga {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  align-items: center;
}
.cuenta_publica_sld > a.descarga > i {
  font-size: 40px;
  color: #fff;
}
.cuenta_publica_sld > a.descarga > p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
#cuenta_publica > div:first-child > div:last-child {
  margin-bottom: 100px;
}
#cuenta_publica > div:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  background-image: url(/img/vive_concon/cuenta_publica_back.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 200px;
}
/* vistas_web/vistas_libres/organigrama.html */
#organigrama {
  width: 100%;
  height: 100%;
  position: relative;
}
#organim_mdl {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000c9;
  display: none;
  justify-content: center;
  z-index: 10;
}
#organim_mdl.act {
  display: flex;
}
#organim_cerrar_cont {
  width: 100%;
  max-width: 810px;
  height: 10px;
  position: absolute;
  margin-top: 20px;
  z-index: 1;
}
#organim_mdl_cerrar {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 15px;
  right: 20px;
  background-color: #a4a4a4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 6;
}
#organim_mdl_cerrar:hover {
  background-color: #606060;
}
#organim_mdl_cerrar > i {
  font-size: 30px;
  color: #ddd;
}
#organim_item_id {
  position: absolute;
  top: -16px;
  right: 25px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #999;
  padding: 0px 5px;
  border-bottom: 0;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
#organim_mdl_elementos {
  width: calc(100% - 20px);
  max-width: 800px;
  min-height: 300px;
  height: max-content;
  max-height: calc(100% - 40px);
  background-color: white;
  margin: 20px auto 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: auto;
}
#organim_mdl_carga {
  width: calc(100% - 40px);
  height: calc(100% - 90px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 5;
  font-size: 16px;
  padding: 70px 20px 20px 20px;
  font-weight: bold;
}
#organim_mdl_carga.carga {
  display: block;
}
#organim_mdl_nombre_puesto_cont {
  width: calc(100% - 70px);
  min-height: 70px;
  border-bottom: 1px solid #102870;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#organim_mdl_direccion {
  text-transform: uppercase;
  font-size: 14px;
  color: #ccc;
  margin: 0;
  background-color: #102870;
  padding: 5px 10px 5px 20px;
  min-width: 200px;
  border-radius: 10px 0 10px 0;
  width: max-content;
  max-width: calc(100% - 30px);
  min-height: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-bottom: 0;
  border-right: 0;
}
#organim_mdl_nombre {
  font-size: 20px;
  color: #102870;
  margin: 0;
  width: calc(100% - 20px);
  line-height: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
#organim_mdl_puesto {
  font-size: 16px;
  color: #9a9a9a;
  margin: 0;
  width: calc(100% - 20px);
  line-height: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}
#organim_mdl_desc_func {
  width: calc(100% - 40px);
  margin: 20px;
}
#organim_mdl_desc {
  font-size: 16px;
  color: #666;
  text-align: justify;
}
#organim_mdl_funciones_tit {
  color: #102870;
}
#organim_mdl_funciones {
  font-size: 16px;
  color: #808080;
  padding-left: 20px;
  list-style-type: none;
  counter-reset: my-counter;
}
#organim_mdl_funciones > li {
  counter-increment: my-counter;
  margin-bottom: 8px;
  display: flex;
}
#organim_mdl_funciones > li::before {
  content: counter(my-counter,lower-alpha) ") ";
  font-weight: bold;
}
#organim_mdl_funciones > li > span {
  display: inline-block;
  margin-left: 3px;
}
#organigrama > div:nth-child(2) {
  overflow: auto;
  width: 100%;
  height: 100%;
}
#organim_barra_sup {
  width: 200px;
  height: 40px;
  background-color: #000000de;
  margin: 5px 0 0 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 5;
  top: 0;
  cursor: pointer;
  padding: 5px 10px;
  display: none;
}
#organim_barra_sup.activo {
  display: block;
}
#organim_barra_sup.espera {
  background-color: #1e6193 !important;
  font-weight: bold;
}
#organim_barra_sup > p {
  color: #fff;
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#organim_barra_sup > div {
  width: 30px;
  height: 20px;
  background-color: black;
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 10px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  display: none;
  justify-content: center;
  align-items: center;
}
#organim_barra_sup.espera:not(.procesando) > div {
  display: flex;
}
/* vistas_web/vistas_libres/modal_popup_permiso_circulacion.html */
#modal_popup_permiso_circulacion {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal_popup_permiso_circulacion > a {
  display: block;
  text-align: center;
  max-width: 600px;
  width: 90%;
  position: relative;
}
#modal_popup_permiso_circulacion > a > img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
#modal_popup_permiso_circulacion > a > i {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 30px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background-color: #00000026;
  box-shadow: inset 0 0 8px #36353569;
  text-shadow: -2px 2px 5px #0000004a;
}
#modal_popup_permiso_circulacion > a > i:hover {
  background-color: #00000040;
}
/* vistas_web/vistas_libres/concon2030.html */
#concon2030 {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/img/contenido/concon2030/fondo.jpg);
  background-size: cover;
}
#concon2030 > div:first-child {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #a9dcff59;
  background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);
}
#concon2030 > div:first-child > div:first-child {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
#concon2030 > div:first-child > div:first-child > img {
  width: 80%;
  max-width: 350px;
}
#concon2030 > div:first-child > div:first-child > p {
  margin: 20px auto;
  font-size: 21px;
  max-width: 370px;
  font-family: supra;
  width: 80%;
  color: #fff;
  text-shadow: 0 0 10px #186ca7;
}
#concon2030 > div:first-child > div:nth-child(2) {
  background-color: #156fac85;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  max-width: 484px;
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#concon2030 > div:first-child > div:nth-child(2) > div:first-child {
  width: 100%;
  margin-bottom: 15px;
}
#concon2030 > div:first-child > div:nth-child(2) > div:first-child > p {
  color: #c5ddef;
  margin: 0;
  font-size: 18px;
}
#concon2030 > div:first-child > div:nth-child(2) > div:last-child {
  width: 150px;
  background-color: #186ca7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 15px 14px;
  cursor: pointer;
  border: 2px solid #bee2fbcf;
}
#concon2030 > div:first-child > div:nth-child(2) > div:last-child > p {
  margin: 0;
  width: max-content;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  line-height: 20px;
  font-family: supra_bold;
}
#concon2030 > div:first-child > div:nth-child(2) > div:last-child > p > span {
  font-size: 15px;
  font-family: supra_light;
}
#concon2030 > div:first-child > div:nth-child(3) {
  width: 100%;
  height: max-content;
  margin-bottom: 100px;
}
#concon2030 > div:first-child > div:nth-child(3) > p {
  width: 90%;
  max-width: 512px;
  margin: 40px auto 15px auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-shadow: 0 0 5px #085b8d;
}
#concon2030 > div:first-child > div:nth-child(3) > div {
  width: 90%;
  max-width: 550px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.concon2030_box_cat {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.concon2030_box_cat > p {
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
}
.concon2030_box_cat > i {
  color: #fff;
  margin-top: 10px;
  height: 50px;
  width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 50px;
}
.concon2030_box_cat.rojo {
  background-color: #fa805d;
}
.concon2030_box_cat.verde {
  background-color: #469c75;
}
.concon2030_box_cat.naranjo {
  background-color: #faa652;
}
.concon2030_box_cat.celeste {
  background-color: #46aee2;
}
.concon2030_box_cat.cafe {
  background-color: #bc725a;
}
.concon2030_box_cat.azul {
  background-color: #468ec2;
}
.concon2030_box_cat.cafe_claro {
  background-color: #e28362;
}
#concon2030 > div:nth-child(2) {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  background-image: url(/img/contenido/concon2030/concon2030_cuidad.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 150px;
}
/* vistas_web/concon2030/ingresa_propuesta.html */
#web_concon2030_ingresa_propuesta {
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
  max-width: 500px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #web_concon2030_ingresa_propuesta {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  #web_concon2030_ingresa_propuesta > div {
    border-radius: 0 !important;
  }
}
#web_concon2030_ingresa_propuesta > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 0 0;
}
#web_concon2030_ingresa_propuesta > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
  line-height: 20px;
}
#web_concon2030_ingresa_propuesta > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_concon2030_ingresa_propuesta > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_concon2030_sel_categorias {
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
  display: none;
  background-color: #a9dcff59;
  background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);
}
#web_concon2030_sel_categorias.act {
  display: block;
}
#web_concon2030_sel_categorias > div:first-child {
  padding: 30px 20px 0 20px;
}
#web_concon2030_sel_categorias > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #376aab;
  text-align: center;
}
#web_concon2030_sel_categorias > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 20px);
  max-width: 700px;
}
#web_concon2030_sel_categorias > div:nth-child(2) > div {
  width: 100%;
  max-width: 550px;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.web_concon2030_box_cat_sel {
  width: 160px;
  height: 64px;
  border-radius: 6px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: row-reverse;
  box-shadow: 0 0 4px 0px #fcfcfcad;
}
.web_concon2030_box_cat_sel:hover {
  box-shadow: 0 0 4px 0px #000000ad;
}
.web_concon2030_box_cat_sel > p {
  color: #fff;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  width: calc(100% - 50px);
}
.web_concon2030_box_cat_sel > i {
  color: #fff;
  height: 50px;
  width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 26px;
}
.web_concon2030_box_cat_sel.rojo {
  background-color: #fa805d;
}
.web_concon2030_box_cat_sel.verde {
  background-color: #469c75;
}
.web_concon2030_box_cat_sel.naranjo {
  background-color: #faa652;
}
.web_concon2030_box_cat_sel.celeste {
  background-color: #46aee2;
}
.web_concon2030_box_cat_sel.cafe {
  background-color: #bc725a;
}
.web_concon2030_box_cat_sel.azul {
  background-color: #468ec2;
}
.web_concon2030_box_cat_sel.cafe_claro {
  background-color: #e28362;
}
#web_concon2030_sel_prop {
  border-radius: 0 0 20px 20px;
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
  background-color: #a9dcff59;
  background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);
  display: none;
}
#web_concon2030_sel_prop.act {
  display: block;
}
#web_concon2030_sel_prop > div:first-child {
  padding: 30px 20px 0 20px;
}
#web_concon2030_sel_prop > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #376aab;
  text-align: center;
}
#web_concon2030_sel_prop > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form {
  text-align: left;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div.textarea {
  max-width: 380px;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  position: relative;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div.textarea > textarea {
  width: calc(100% - 32px);
  height: 150px;
  border: 2px solid #287bb6;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  padding: 15px;
  color: #444;
  resize: none;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div.textarea > ::placeholder {
  color: #aaa;
}
#web_concon2030_caract {
  position: absolute;
  top: -32px;
  right: 0;
  color: #6997b8;
  font-size: 14px;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:nth-child(2) {
  width: 100%;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:nth-child(2) > p {
  max-width: 380px;
  margin: 30px auto 0 auto;
  font-size: 20px;
  color: #023559;
  text-shadow: 0 0 5px #a1c2ff;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:nth-child(2) > div {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#web_concon2030_cat_sel {
  width: calc(100% - 100px);
  height: 64px;
  border-radius: 6px 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: row-reverse;
  max-width: 280px;
  border: 2px solid #287bb6;
  border-right: 0;
}
#web_concon2030_cat_sel > p {
  color: #fff;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  width: calc(100% - 50px);
}
#web_concon2030_cat_sel > i {
  color: #fff;
  height: 50px;
  width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 26px;
}
#web_concon2030_cat_sel.rojo {
  background-color: #fa805d;
}
#web_concon2030_cat_sel.verde {
  background-color: #469c75;
}
#web_concon2030_cat_sel.naranjo {
  background-color: #faa652;
}
#web_concon2030_cat_sel.celeste {
  background-color: #46aee2;
}
#web_concon2030_cat_sel.cafe {
  background-color: #bc725a;
}
#web_concon2030_cat_sel.azul {
  background-color: #468ec2;
}
#web_concon2030_cat_sel.cafe_claro {
  background-color: #e28362;
}
#web_concon2030_cat_mod {
  background-color: #287bb6;
  width: 100px;
  height: 64px;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #287bb6;
}
#web_concon2030_cat_mod:hover {
  background-color: #18649a;
}
#web_concon2030_cat_mod > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: #c10c0c;
  text-shadow: 0 0 5px #c0c0c0;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:last-child {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #186ca7;
  width: 80%;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  max-width: 250px;
  cursor: pointer;
  border: 2px solid #bee2fbcf;
}
#web_concon2030_sel_prop > div:nth-child(2) > div.form > div:last-child > button:hover {
  background-color: #09558b;
}
#web_concon2030_sel_procesando {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_concon2030_sel_procesando.act {
  display: flex;
}
#web_concon2030_sel_procesando > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_concon2030_sel_procesando > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_concon2030_sel_procesando > p {
  font-size: 20px;
}
#web_concon2030_sel_proc_ok {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_concon2030_sel_proc_ok.act {
  display: flex;
}
#web_concon2030_sel_proc_ok.error {
  background-color: #fc9d30;
}
#web_concon2030_sel_proc_ok > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_concon2030_sel_proc_ok > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_concon2030_sel_proc_ok.error > i {
  display: none;
}
#web_concon2030_sel_proc_ok > p {
  font-size: 20px;
  text-align: center;
}
#web_concon2030_sel_proc_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_concon2030_sel_proc_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/home/slider/slider_circulos_item_img.html */
.slider_circs_item_img {
  width: 20px;
  height: 20px;
  background-color: #ffffff5e;
  margin-left: 6px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
.slider_circs_item_img:not(.act) {
  cursor: pointer;
}
.slider_circs_item_img:first-child {
  margin-left: 0;
}
.slider_circs_item_img:hover:not(.act) {
  background-color: #ffffffce;
}
.slider_circs_item_img.act {
  background-color: #fff;
}
.slider_circs_item_img > div {
  display: none;
  margin: 0;
  position: absolute;
  border-radius: 10px;
  top: -135px;
  overflow: hidden;
  box-shadow: -2px 2px 15px 3px #000000e5;
  padding: 0;
  width: 240px;
  height: 120px;
  border: 2px solid #fff;
}
.slider_circs_item_img:hover:not(.act) > div {
  display: block;
}
.slider_circs_item_img > div > img {
  width: 100%;
}
.slider_circs_item_img > p {
  display: none;
  margin: 0;
  position: absolute;
  top: -34px;
  background-color: #000;
  width: max-content;
  border-radius: 10px;
  color: #fff;
  padding: 3px 10px;
}
.slider_circs_item_img.act:hover > p {
  display: block;
}
/* vistas_web/home/slider/slider_circulos_contenedor.html */
.slider_cont_circs {
  position: absolute;
  width: max-content;
  height: max-content;
  z-index: 2;
  bottom: 10px;
  border-radius: 14px;
  cursor: pointer;
  background-color: #0000006e;
  display: flex;
  padding: 4px 6px;
}
.slider_cont_circs:hover {
  background-color: #000;
}
/* vistas_web/home/slider/slider_item_elemento_link.html */
.slider_items_elemento_link.absolute {
  position: absolute;
  width: calc(100% - 10px) !important;
  height: calc(100% - 10px) !important;
  top: 5px;
  left: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.slider_items_elemento_link > a {
  display: contents;
}
/* vistas_web/home/slider/slider_item_fondo.html */
.slider_fondo {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  position: absolute;
}
.slider_fondo.act {
  display: flex;
}
.slider_fondo > div:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider_fondo > div:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
.slider_fondo.ora_mod_int_ale_dar > div:nth-child(2) {
  background-color: #ec6e21bd;
}
.slider_fondo.ora_mod_cla > div:nth-child(2) {
  background-color: #f08e1dbd;
}
.slider_fondo.mos_ora_mod_cla > div:nth-child(2) {
  background-color: #e6b413bd;
}
.slider_fondo.orange > div:nth-child(2) {
  background-color: #fc9d30bd;
}
.slider_fondo.orange_strong > div:nth-child(2) {
  background-color: #ec6e21bd;
}
.slider_fondo.deeporange > div:nth-child(2) {
  background-color: #ff4800bd;
}
.slider_fondo.blue_light > div:nth-child(2) {
  background-color: #4e9ed7bd;
}
.slider_fondo.blue > div:nth-child(2) {
  background-color: #319ff2bd;
}
.slider_fondo.deepblue > div:nth-child(2) {
  background-color: #0d95f0bd;
}
.slider_fondo.deepred > div:nth-child(2) {
  background-color: #ff0000bd;
}
.slider_fondo.green_respaldo > div:nth-child(2) {
  background-color: #058b45bd;
}
.slider_fondo.green > div:nth-child(2) {
  background-color: #00b567bd;
}
.slider_fondo.brown > div:nth-child(2) {
  background-color: #e9864abd;
}
.slider_fondo.turquesa > div:nth-child(2) {
  background-color: #008e9cbd;
}
/* vistas_web/home/slider/slider_circulos_item_text.html */
.slider_circs_item_text {
  width: 20px;
  height: 20px;
  background-color: #ffffff5e;
  margin-left: 6px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}
.slider_circs_item_text:not(.act) {
  cursor: pointer;
}
.slider_circs_item_text:first-child {
  margin-left: 0;
}
.slider_circs_item_text:hover:not(.act) {
  background-color: #ffffffce;
}
.slider_circs_item_text.act {
  background-color: #fff;
}
.slider_circs_item_text > p {
  display: none;
  margin: 0;
  position: absolute;
  top: -34px;
  background-color: #000;
  width: max-content;
  border-radius: 10px;
  color: #fff;
  padding: 3px 10px;
}
.slider_circs_item_text:hover > p {
  display: block;
}
/* vistas_web/home/slider/busqueda_home.html */
#bs_busqueda_home {
  width: 100%;
  height: 100%;
  max-width: 600px;
  margin: auto;
}
#bs_busqueda_home > div {
  width: 100%;
  height: 100%;
}
#bs_busqueda_home.act > div {
  opacity: 1;
  right: 5px;
}
@media screen and (max-width: 450px) {
  #bs_busqueda_home > div {
    right: -100px;
    min-width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
    height: calc(100% - 101px);
    border-radius: 0;
    max-height: calc(100% - 101px);
  }
  #bs_busqueda_home.act > div {
    right: 0;
  }
  #bs_cont_dist:not(.superior_hidden) #bs_busqueda_home > div {
    height: calc(100% - 150px);
    top: 150px;
  }
  #bs_cont_dist.homeminicab:not(.superior_hidden) #bs_busqueda_home > div {
    height: calc(100% - 105px);
    top: 105px;
  }
}
#bs_busqueda_home > div > div:first-child {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0a59a0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 450px) {
  #bs_busqueda_home > div > div:first-child {
    border-radius: 0;
  }
}
.web_contactos_buscar_v0 {
  width: calc(100% - 60px);
  max-width: 250px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
/*CONTENEDOR DE SELECT E ICONO*/
.web_contactos_buscar_v0 > div {
  max-width: 300px;
  width: 100%;
  height: calc(100% - 10px);
  display: flex;
  position: relative;
  border-radius: 10px;
}
.web_contactos_buscar_v0 > div > input {
  max-width: calc(100% - 10px - 60px);
  width: max-content;
  height: 100%;
  padding: 0 10px;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  margin: 0;
  padding-right: 10px;
  margin-right: 40px;
}
.web_contactos_buscar_v0 > div > input::placeholder {
  color: #ffffffa9;
}
.web_contactos_buscar_v0.act > div > input::placeholder {
  color: #000000a9;
}
.web_contactos_buscar_v0.blue.act > div > input {
  color: #2f6299;
}
.web_contactos_buscar_v0.orange.act > div > input {
  color: #934c1a;
}
.web_contactos_buscar_v0.orange_ green.act > div > input {
  color: #0b693a;
}
.web_contactos_buscar_v0.red.act > div > input {
  color: #b13131;
}
.web_contactos_buscar_v0.brown.act > div > input {
  color: #582f18;
}
.web_contactos_buscar_v0.pink.act > div > input {
  color: #77266b;
}
.web_contactos_buscar_v0.deepred.act > div > input {
  color: #c00;
}
.web_contactos_buscar_v0.deeporange.act > div > input {
  color: #cc3a00;
}
.web_contactos_buscar_v0.deepblue.act > div > input {
  color: #0a77c0;
}
.web_contactos_buscar_v0.deepgreen.act > div > input {
  color: #043300;
}
/* CONTENEDOR ICONO */
.web_contactos_buscar_v0 > div > div {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
/* ICONO */
.web_contactos_buscar_v0 > div > div > i {
  font-size: 20px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_contactos_buscar_v0 > div > div > i.deseleccionar, .web_contactos_buscar_v0.act:not(.focus) > div > div > i.seleccionar {
  display: none;
}
.web_contactos_buscar_v0.act:not(.focus) > div > div > i.deseleccionar {
  display: flex;
}
.web_contactos_buscar_v0.blue.act > div > div {
  border-left: 1px solid #2f6299;
}
.web_contactos_buscar_v0.blue > div > div > i {
  color: #2f6299;
}
.web_contactos_buscar_v0.orange.act > div > div {
  border-left: 1px solid #934c1a;
}
.web_contactos_buscar_v0.orange > div > div > i {
  color: #934c1a;
}
.web_contactos_buscar_v0.orange_ green.act > div > div {
  border-left: 1px solid #0b693a;
}
.web_contactos_buscar_v0.orange_ green > div > div > i {
  color: #0b693a;
}
.web_contactos_buscar_v0.red.act > div > div {
  border-left: 1px solid #b13131;
}
.web_contactos_buscar_v0.red > div > div > i {
  color: #b13131;
}
.web_contactos_buscar_v0.brown.act > div > div {
  border-left: 1px solid #582f18;
}
.web_contactos_buscar_v0.brown > div > div > i {
  color: #582f18;
}
.web_contactos_buscar_v0.pink.act > div > div {
  border-left: 1px solid #77266b;
}
.web_contactos_buscar_v0.pink > div > div > i {
  color: #77266b;
}
.web_contactos_buscar_v0.deepred.act > div > div {
  border-left: 1px solid #c00;
}
.web_contactos_buscar_v0.deepred > div > div > i {
  color: #c00;
}
.web_contactos_buscar_v0.deeporange.act > div > div {
  border-left: 1px solid #cc3a00;
}
.web_contactos_buscar_v0.deeporange > div > div > i {
  color: #cc3a00;
}
.web_contactos_buscar_v0.deepblue.act > div > div {
  border-left: 1px solid #0a77c0;
}
.web_contactos_buscar_v0.deepblue > div > div > i {
  color: #0a77c0;
}
.web_contactos_buscar_v0.deepgreen.act > div > div {
  border-left: 1px solid #043300;
}
.web_contactos_buscar_v0.deepgreen > div > div > i {
  color: #043300;
}
#web_home_busqueda_barra_sup > div:last-child {
  height: 100%;
  display: flex;
  display: none;
}
#web_home_busqueda_barra_sup > div:last-child > i {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}
#web_home_busqueda_barra_sup > div:last-child > i:hover {
  background-color: rgba(0, 0, 0, 0.329);
}
#bs_busqueda_home > div > div:nth-child(2) {
  width: calc(100% - 4px);
  overflow: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  height: calc(100% - 50px);
  border: 2px solid #0a59a0;
}
@media screen and (max-width: 450px) {
  #bs_busqueda_home > div > div:nth-child(2) {
    border-radius: 0;
  }
}
#bs_busqueda_home > div > div:nth-child(2) > div {
  width: 100%;
  height: max-content;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
}
/* vistas_web/home/slider/slider_item_elemento.html */
.slider_item.act .slider_item_elemento > img {
  transition: all 0.3s ease-out;
}
.slider_item_elemento {
  position: relative;
}
.slider_item_elemento.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_item_elemento.porc_100_100_round {
  width: calc(100% - 10px) !important;
  height: calc(100% - 10px) !important;
  top: 5px;
  left: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.slider_item_elemento > img {
  position: absolute;
}
/* vistas_web/home/slider/slider_item.html */
.slider_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 0;
}
.slider_item.anim {
  transition: all 0.3s ease-out;
}
.slider_item.left {
  left: -100%;
}
.slider_item.right {
  left: 100%;
}
@media screen and (min-width: 1500px) {
  .slider_item.left {
    left: -1500px;
  }
  .slider_item.right {
    left: 1500px;
  }
}
.slider_item.act {
  left: 0;
  opacity: 1;
  z-index: 1;
}
.slider_item > div:last-child {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
}
/* COLUMNAS */
.slider_item > div:last-child > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider_item.flotante > div:last-child > div {
  position: absolute;
  width: 10%;
  display: block;
  height: max-content;
}
/* FILAS */
.slider_item > div:last-child > div > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_item .porc_10 {
  width: 10%;
}
.slider_item .porc_11 {
  width: 11%;
}
.slider_item .porc_20 {
  width: 20%;
}
.slider_item .porc_30 {
  width: 30%;
}
.slider_item .porc_40 {
  width: 40%;
}
.slider_item .porc_55 {
  width: 55%;
}
.slider_item .porc_55 {
  width: 55%;
}
.slider_item .porc_60 {
  width: 60%;
}
.slider_item .porc_70 {
  width: 70%;
}
.slider_item .porc_80 {
  width: 80%;
}
.slider_item .porc_90 {
  width: 90%;
}
.slider_item .porc_100 {
  width: 100%;
}
.slider_item .porc_100_100 {
  width: 100%;
  height: 100%;
}
.slider_item .porc_105_105 {
  width: 105%;
  height: 105%;
}
.slider_item .porc_110_110 {
  width: 110%;
  height: 110%;
}
.slider_item .porc_120_120 {
  width: 120%;
  height: 120%;
}
.slider_item .porc_100_100_round {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
}
.slider_item .round {
  border-radius: 10px;
}
.slider_item .top_40min {
  top: -40%;
}
.slider_item .top_50min {
  top: -50%;
}
.slider_item .top_5m {
  top: -5%;
}
.slider_item .top_1m {
  top: -1%;
}
.slider_item .top_0 {
  top: 0;
}
.slider_item .top_5 {
  top: 5%;
}
.slider_item .top_10 {
  top: 10%;
}
.slider_item .top_20 {
  top: 20%;
}
.slider_item .top_30 {
  top: 30%;
}
.slider_item .top_40 {
  top: 40%;
}
.slider_item .top_50 {
  top: 50%;
}
.slider_item .top_55 {
  top: 55%;
}
.slider_item .top_60 {
  top: 60%;
}
.slider_item .top_70 {
  top: 70%;
}
.slider_item .top_80 {
  top: 80%;
}
.slider_item .top_90 {
  top: 90%;
}
.slider_item .top_100 {
  top: 100%;
}
.slider_item .left_40min {
  left: -40%;
}
.slider_item .left_50min {
  left: -50%;
}
.slider_item .left_5m {
  left: -5%;
}
.slider_item .left_1m {
  left: -1%;
}
.slider_item .left_0 {
  left: 0;
}
.slider_item .left_5 {
  left: 5%;
}
.slider_item .left_10 {
  left: 10%;
}
.slider_item .left_20 {
  left: 20%;
}
.slider_item .left_30 {
  left: 30%;
}
.slider_item .left_40 {
  left: 40%;
}
.slider_item .left_50 {
  left: 50%;
}
.slider_item .left_60 {
  left: 60%;
}
.slider_item .left_70 {
  left: 70%;
}
.slider_item .left_80 {
  left: 80%;
}
.slider_item .left_90 {
  left: 90%;
}
.slider_item .left_100 {
  left: 100%;
}
.slider_item .right_40min {
  right: -40%;
}
.slider_item .right_50min {
  right: -50%;
}
.slider_item .right_5m {
  right: -5%;
}
.slider_item .right_1m {
  right: -1%;
}
.slider_item .right_0 {
  right: 0;
}
.slider_item .right_2 {
  right: 2%;
}
.slider_item .right_5 {
  right: 5%;
}
.slider_item .right_10 {
  right: 10%;
}
.slider_item .right_13 {
  right: 13%;
}
.slider_item .right_20 {
  right: 20%;
}
.slider_item .right_25 {
  right: 25%;
}
.slider_item .right_28 {
  right: 28%;
}
.slider_item .right_30 {
  right: 30%;
}
.slider_item .right_40 {
  right: 40%;
}
.slider_item .right_50 {
  right: 50%;
}
.slider_item .right_60 {
  right: 60%;
}
.slider_item .right_70 {
  right: 70%;
}
.slider_item .right_80 {
  right: 80%;
}
.slider_item .right_90 {
  right: 90%;
}
.slider_item .right_100 {
  right: 100%;
}
.slider_item .opacity_0 {
  opacity: 0;
}
.slider_item .opacity_10 {
  opacity: 0.1;
}
.slider_item .opacity_20 {
  opacity: 0.2;
}
.slider_item .opacity_30 {
  opacity: 0.3;
}
.slider_item .opacity_40 {
  opacity: 0.4;
}
.slider_item .opacity_50 {
  opacity: 0.5;
}
.slider_item .opacity_60 {
  opacity: 0.6;
}
.slider_item .opacity_70 {
  opacity: 0.7;
}
.slider_item .opacity_80 {
  opacity: 0.8;
}
.slider_item .opacity_90 {
  opacity: 0.9;
}
.slider_item .opacity_100 {
  opacity: 1;
}
.slider_item .pointer {
  cursor: pointer;
}
.slider_item .brightness {
  filter: brightness(100);
}
.slider_item .sepia {
  filter: sepia(0.9);
}
.slider_item .pointer {
  cursor: pointer;
}
/* vistas_web/home/slider/slider_minibox_item.html */
.home_slide_item {
  height: 90%;
  position: relative;
  margin: 0;
  opacity: 0.7;
  cursor: pointer;
  width: 0;
  padding-top: 0;
  padding-left: 36%;
  margin-top: 5px;
  margin-left: 5px;
}
.home_slide_item:first-child {
  margin-top: 0px;
  margin-left: 0;
}
.home_slide_item.act, .home_slide_item:hover {
  opacity: 1;
  padding-top: 0;
  width: 0;
  height: 100%;
  padding-left: 40%;
}
@media screen and (min-width: 605px) {
  .home_slide_item {
    width: 200px;
    height: 100px;
    padding: 0;
  }
  .home_slide_item.act, .home_slide_item:hover {
    width: 226px;
    height: 115px;
    padding: 0;
  }
}
.home_slide_item > div:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.home_slide_item.white > div:first-child {
  background-color: #fff;
}
.home_slide_item > div:first-child > div {
  display: none;
  position: absolute;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.625);
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
}
.home_slide_item:hover > div:first-child > div {
  display: flex;
  animation: slider_mini_anim 2s 2;
  animation-fill-mode: forwards;
}
@keyframes slider_mini_anim {
  0% {
    top: 10px;
  }
  15% {
    top: 3px;
  }
  30% {
    top: 10px;
  }
  45% {
    top: 3px;
  }
  60% {
    top: 10px;
  }
  100% {
    visibility: hidden;
  }
}
.home_slide_item > div:first-child > div > i {
  font-size: 14px;
  color: #fff;
}
.home_slide_item.porc_40 > div:first-child > img {
  width: 40%;
}
.home_slide_item.porc_50 > div:first-child > img {
  width: 50%;
}
.home_slide_item.porc_60 > div:first-child > img {
  width: 60%;
}
.home_slide_item.porc_70 > div:first-child > img {
  width: 70%;
}
.home_slide_item.porc_80 > div:first-child > img {
  width: 80%;
}
.home_slide_item.porc_90 > div:first-child > img {
  width: 90%;
}
.home_slide_item.porc_100 > div:first-child > img {
  width: 100%;
}
.home_slide_item.porc_100_100 > div:first-child > img {
  width: 100%;
  height: 100%;
}
.home_slide_item > div:first-child > img {
  max-width: 100%;
}
/* vistas_web/home/slider/slider.html */
#home_cont_cont_slider {
  width: 100%;
  display: flex;
  margin: auto;
}
#home_cont_slider {
  margin: auto;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 3px 5px 0px #b4b4b4;
  flex-direction: column;
  align-items: center;
}
/* AÑADIR MARGENES LATERAL DE %PX AL SLIDER */
/*@media screen and (min-width: 700px){
			#home_cont_slider{
				width: calc(100% - 10px);
				margin-top: 10px;
				border-radius: 10px;
			}
		}*/
/* CONTENEDOR IMAGEN Y COLOR */
#home_cont_slider > div:first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#home_cont_slider > div:nth-child(2) {
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  height: 0;
  padding-top: 50%;
  z-index: 1;
  max-width: 1500px;
  margin-top: 105px;
  display: flex;
  justify-content: center;
}
#bs_cont_dist.homeminicab #home_cont_slider > div:nth-child(2) {
  margin-top: 0;
}
@media screen and (min-width: 1500px) {
  #home_cont_slider > div:nth-child(2) {
    height: 750px;
    padding-top: 0;
  }
}
#home_cont_slider > div:nth-child(2) > div.slider_mover {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: calc(50% - 30px);
  border-radius: 50px;
  cursor: pointer;
}
#home_cont_slider > div:nth-child(2) > div.slider_left {
  left: 10px;
}
#home_cont_slider > div:nth-child(2) > div.slider_right {
  right: 10px;
}
#home_cont_slider > div:nth-child(2) > div.slider_mover:hover {
  background-color: #000000cc;
}
@media screen and (max-width: 700px) {
  #home_cont_slider > div:nth-child(2) > div.slider_mover {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  #home_cont_slider > div:nth-child(2) > div.slider_left {
    left: 7px;
  }
  #home_cont_slider > div:nth-child(2) > div.slider_right {
    right: 7px;
  }
}
#home_cont_slider > div:nth-child(2) > div.slider_mover > i {
  color: #ffffff8a;
  font-size: 36px;
}
#home_cont_slider > div:nth-child(2) > div.slider_mover:hover > i {
  color: #fff;
}
@media screen and (max-width: 700px) {
  #home_cont_slider > div:nth-child(2) > div.slider_mover > i {
    font-size: 25px;
  }
}
#home_cont_cont_slider > div:nth-child(2) {
  position: absolute;
  width: 100%;
  background-color: blue;
}
/* vistas_web/home/slider/slider_lista_inferior_contenedor.html */
.slider_barra_inf_cont {
  overflow: auto;
  display: flex;
  flex-direction: row;
  border-radius: 0 0 10px 10px;
  height: 0px;
  width: calc(100% - 10px);
  padding-top: 20%;
  position: relative;
  margin: 5px;
  margin-top: 0;
  z-index: 1;
  max-width: 1500px;
  position: relative;
}
.slider_barra_inf_cont:hover {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 605px) {
  .slider_barra_inf_cont {
    width: calc(100% - 10px);
    height: 115px;
    padding-top: 0;
  }
}
#slider_mini_scroll {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  display: flex;
  justify-content: flex-start;
}
#slider_mini_scroll::-webkit-scrollbar {
  height: 0;
}
#slider_mini_scroll > div {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 605px) {
  #slider_mini_scroll > div {
    width: inherit;
  }
}
.slider_mini_mover {
  position: absolute;
  width: 30px;
  height: 100%;
  display: none;
  align-items: center;
  z-index: 2;
  top: 0;
  cursor: pointer;
}
#home_cont_slider > div:nth-child(3):hover .slider_mini_mover {
  display: flex;
}
#slider_mini_left.slider_mini_mover {
  left: 0px;
  border-radius: 10px 0 0 10px;
}
#slider_mini_right.slider_mini_mover {
  right: 0px;
  border-radius: 0 10px 10px 0;
}
#slider_mini_left.slider_mini_mover:hover {
  background-image: linear-gradient(to left, #0000 0%, #0000003b 10%, #0000007e 29%);
}
#slider_mini_right.slider_mini_mover:hover {
  background-image: linear-gradient(to right, #0000 0%, #0000003b 10%, #0000007e 29%);
}
/*FLECHAS*/
.slider_mini_mover > i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: auto;
}
.slider_mini_mover:not(:hover) > i {
  width: 20px;
  height: 20px;
  display: flex;
  background-color: #0f0f0fad;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 13px;
}
/*FLECHA IZQUIERDA*/
#slider_mini_left > i {
  left: 7px;
}
#slider_mini_left:hover > i {
  animation: slider_mini_left_anim 0.2s 1;
  animation-fill-mode: forwards;
}
#slider_mini_left.mantener > i {
  animation: slider_mini_left_anim 0.4s infinite;
}
@keyframes slider_mini_left_anim {
  0% {
    left: 7px;
  }
  50% {
    left: 1px;
  }
  100% {
    left: 7px;
  }
}
/*FLECHA DERECHA*/
#slider_mini_right > i {
  right: 7px;
}
#slider_mini_scroll:hover #slider_mini_right > i, #slider_mini_right:hover > i {
  animation: slider_mini_right_anim 0.2s 1;
  animation-fill-mode: forwards;
}
#slider_mini_right.mantener > i {
  animation: slider_mini_right_anim 0.4s infinite;
}
@keyframes slider_mini_right_anim {
  0% {
    right: 7px;
  }
  50% {
    right: 1px;
  }
  100% {
    right: 7px;
  }
}
/* vistas_web/home/footer.html */
.bs_cont_footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs_cont_footer > div:first-child {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.bs_cont_footer.contenido_max_full > div:first-child {
  max-width: 100%;
}
.bs_cont_footer.sin_contenido > div:first-child {
  display: none;
}
.bs_footer {
  width: 100%;
  /*background-color: #005fa5;*/
  background-color: #f25f18;
  background-image: linear-gradient(to bottom right, #f25f18, #fe9a38, #f25f18);
  /*position: sticky;
			bottom: 0;*/
}
.bs_footer > div:first-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: auto;
  background-color: #0000000a;
}
.bs_footer > div:first-child > div {
  width: calc((100% / 3) - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .bs_footer > div:first-child > div {
    width: calc(50% - 20px);
  }
  .bs_footer > div:first-child > div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .bs_footer > div:first-child > div {
    width: 100%;
  }
}
.bs_footer > div:first-child > div:first-child > img {
  width: 80%;
  max-width: 250px;
  margin: 20px 0;
}
.bs_footer > div:first-child > div:first-child > *:last-child {
  margin-bottom: 30px;
}
.bs_footer > div:first-child > div:first-child > p {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 0px 0;
  text-align: center;
}
.bs_footer > div:first-child > div:first-child > div {
  margin-top: 15px;
}
.bs_footer > div:first-child > div:first-child > div > p {
  color: #fff;
  margin: 5px 0 0 0;
}
.bs_footer > div:first-child > div:first-child > div > p > i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
.bs_footer > div:first-child > div:nth-child(2) > div {
  width: 100%;
}
.bs_footer > div:first-child > div:nth-child(2) > :last-child {
  margin-bottom: 30px;
}
.bs_footer > div:first-child > div:nth-child(2) > div > a {
  width: calc(100% - 30px);
  display: block;
  max-width: 260px;
  margin: auto;
  height: 40px;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 10px;
}
.bs_footer > div:first-child > div:nth-child(2) > div > a:hover {
  background-color: #ffffff2e;
}
.bs_footer > div:first-child > div:nth-child(2) > div > a > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bs_footer > div:first-child > div:nth-child(2) > div > a > div > p {
  margin: 0;
  color: #fff;
  width: calc(100% - 30px);
}
.bs_footer > div:first-child > div:nth-child(2) > div > a > div > i {
  width: 30px;
  text-align: center;
  color: #ffffff59;
  font-size: 12px;
}
.bs_footer > div:first-child > div:nth-child(2) > div > a:hover > div > i {
  color: #fff;
}
.bs_footer > div:first-child > div:last-child > div:first-child {
  width: calc(100% - 30px);
  margin: auto;
  text-align: center;
}
.bs_footer > div:first-child > div:last-child > div:first-child > img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  max-width: 250px;
}
.bs_footer > div:first-child > div:last-child > div:last-child {
  text-align: center;
  margin-top: 15px;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 5px;
  /*box-shadow: 0 0px 2px 1px #444;*/
  text-decoration: none;
  border: 1px solid #fff;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a:hover {
  background-color: #fff;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a > i {
  font-size: 27px;
  color: #fff;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a.youtube:hover > i {
  color: #f60200;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a.instagram:hover > i {
  color: #c9247a;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a.facebook:hover > i {
  color: #1d95f3;
}
.bs_footer > div:first-child > div:last-child > div:last-child > a.twitter:hover > i {
  color: #1d7df3;
}
.bs_footer > div:first-child > div:last-child > *:last-child {
  margin-bottom: 30px;
}
/* vistas_web/home/noticias/noticias_boxes.html */
#home_noticias_boxes {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  #home_noticias_boxes {
    flex-direction: column-reverse;
  }
}
/* vistas_web/home/noticias/noticia_item.html */
.noticia_item {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 120%;
  cursor: pointer;
  /*box-shadow: 3px 3px 5px 0px #b4b4b4;*/
  border-radius: 5x;
  margin-bottom: 15px;
}
/* VISTA DE LISTA AL 100% DE LA PAGINA*/
@media screen and (min-width: 600px) {
  .noticia_item.lista {
    width: calc(50% - 10px);
    padding-top: 65%;
  }
}
@media screen and (min-width: 900px) {
  .noticia_item.lista {
    width: calc(33% - 10px);
    padding-top: 45%;
  }
}
/* VISTA CON SIDEBAR */
@media screen and (min-width: 950px) {
  .noticia_item.home, .noticia_item.con_sidebar {
    width: calc(50% - 5px);
    padding-top: 60%;
  }
}
.noticia_item > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 5px;
}
.noticia_item > a > div:first-child {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.noticia_item > a > div:first-child > img {
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
.noticia_item > a > div:first-child > p:nth-child(2) {
  position: absolute;
  top: 5px;
  margin: 0;
  left: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #000000ad;
}
.noticia_item > a > div:first-child > p.ora_mod_int_ale_dar:nth-child(2) {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.noticia_item > a > div:first-child > p.ora_mod_cla:nth-child(2) {
  background-color: #f08e1d;
  background-image: linear-gradient(to left bottom, #f08e1d, #df7701);
}
.noticia_item > a > div:first-child > p.mos_ora_mod_cla:nth-child(2) {
  background-color: #e6b413;
  background-image: linear-gradient(to left bottom, #e6b413, #d39c04);
}
.noticia_item > a > div:first-child > p.orange:nth-child(2) {
  background-color: #fc9d30;
  background-image: linear-gradient(to left bottom, #fc9d30, #ed8a18);
}
.noticia_item > a > div:first-child > p.orange_strong:nth-child(2) {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.noticia_item > a > div:first-child > p.deeporange:nth-child(2) {
  background-color: #ff4800;
  background-image: linear-gradient(to left bottom, #ff4800, #9b2c00);
}
.noticia_item > a > div:first-child > p.blue_light:nth-child(2) {
  background-color: #4e9ed7;
  background-image: linear-gradient(to left bottom, #4e9ed7, #4e9ed7);
}
.noticia_item > a > div:first-child > p.blue:nth-child(2) {
  background-color: #319ff2;
  background-image: linear-gradient(to left bottom, #319ff2, #1a6dab);
}
.noticia_item > a > div:first-child > p.deepblue:nth-child(2) {
  background-color: #0d95f0;
  background-image: linear-gradient(to left bottom, #0d95f0, #025e9b);
}
.noticia_item > a > div:first-child > p.deepred:nth-child(2) {
  background-color: #ff0000;
  background-image: linear-gradient(to left bottom, #ff0000, #8b0000);
}
.noticia_item > a > div:first-child > p.green_respaldo:nth-child(2) {
  background-color: #058b45;
  background-image: linear-gradient(to left bottom, #058b45, #037439);
}
.noticia_item > a > div:first-child > p.green:nth-child(2) {
  background-color: #00b567;
  background-image: linear-gradient(to left bottom, #00b567, #007848);
}
.noticia_item > a > div:first-child > p.brown:nth-child(2) {
  background-color: #e9864a;
  background-image: linear-gradient(to left bottom, #e9864a, #b45f2b);
}
.noticia_item > a > div:first-child > p.turquesa:nth-child(2) {
  background-color: #008e9c;
  background-image: linear-gradient(to left bottom, #008e9c, #005a62);
}
.noticia_item > a > div:last-child {
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-top: 0;
}
.noticia_item:hover > a > div:last-child {
  border: 1px solid #027ede;
  border-top: 0;
}
.noticia_item > a > div:last-child > div:first-child {
  width: calc(100% - 30px);
  margin: 20px auto;
  font-weight: bold;
  text-align: justify;
}
.noticia_item > a > div:last-child > div:first-child > p {
  color: #565656;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.noticia_item:hover > a > div:last-child > div:first-child > p {
  color: #00599d;
}
.noticia_item > a > div:last-child > div:nth-child(2) {
  width: calc(100% - 30px);
  margin: auto;
}
.noticia_item > a > div:last-child > div:nth-child(2) > p {
  margin: 20px 0;
  font-size: 16px;
  color: #6c858f;
  text-align: justify;
  line-height: 17px;
}
.noticia_item > a > div:last-child > div:nth-child(3) {
  width: calc(100% - 2px);
  position: absolute;
  bottom: 1px;
  background: #ffffffec;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
.noticia_item > a > div:last-child > div:nth-child(3) > p:first-child {
  margin: 0;
  margin-top: 20px;
  left: 15px;
  top: 5px;
  color: #155f97;
  font-size: 14px;
  margin-left: 10px;
}
.noticia_item > a > div:last-child > div:nth-child(3) > div:nth-child(2) {
  display: flex;
  align-items: center;
  background-color: #0390ff;
  background-image: linear-gradient(to bottom right, #0390ff, #005ba0);
  height: 40px;
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 5px;
  color: #b8e0fe;
}
.noticia_item > a > div:last-child > div:nth-child(3) > div:nth-child(2):hover {
  background-color: #0071c7;
  color: #fff;
}
.noticia_item > a > div:last-child > div:nth-child(3) > div:nth-child(2) > p {
  font-size: 16px;
  margin: 0;
}
.noticia_item > a > div:last-child > div:nth-child(3) > div:nth-child(2) > i {
  font-size: 18px;
  margin-left: 7px;
}
/* vistas_web/home/noticias/noticias.html */
#home_noticias {
  width: calc(100% - 310px);
  margin: 20px 0 20px 10px;
}
@media screen and (max-width: 700px) {
  #home_noticias {
    width: calc(100% - 10px);
    margin: 20px 0;
  }
}
#home_noticias > div {
  background-color: #1b819933;
  border-radius: 10px;
  width: calc(100% - 20px);
  height: max-content;
  margin: 0;
  padding: 10px;
  box-shadow: 0 0 5px 0px #00000091;
}
@media screen and (max-width: 700px) {
  #home_noticias > div {
    width: calc(100% - 10px);
    border-radius: 0;
  }
}
#home_noticias_titulo {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 15px;
}
#home_noticias_titulo > a {
  width: max-content;
}
#home_noticias_titulo > a > p {
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  color: #f3612a;
  padding: 5px 20px;
  border-radius: 10px;
}
#home_noticias_titulo > a:hover > p {
  background-color: #f3612a;
  color: #fff;
}
#home_cont_noticias {
  width: 100%;
  height: calc(100% - 70px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* vistas_web/home/iconos_acceso_rapido/icono_acceso_rapido_item.html */
.icono_acceso_rapido_item {
  width: 150px;
  height: 90px;
  min-width: 94px;
  /*background-color: #00000077;*/
  margin-right: 5px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.2s ease-out;
  padding: 10px 0;
}
.icono_acceso_rapido_item:hover {
  background-color: #00000047;
  /*background-color: #fff;*/
  border-radius: 10px;
}
.icono_acceso_rapido_item:first-child {
  margin-left: 20px;
}
.icono_acceso_rapido_item:last-child {
  margin-right: 20px;
}
.icono_acceso_rapido_item > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.icono_acceso_rapido_item > div:first-child > div:first-child {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.icono_acceso_rapido_item > div:first-child > div:first-child > i {
  color: #fff;
  font-size: 40px;
}
.icono_acceso_rapido_item > div:first-child > p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-family: supra_Bold;
  text-transform: uppercase;
  height: 40px;
  display: flex;
  align-items: center;
}
/* vistas_web/home/no_footer.html */
.bs_cont_contenido_web {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs_cont_contenido_web > div:first-child {
  width: 100%;
  background-color: #eaeaea;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item.html */
.acceso_rapido_box_item {
  min-width: max-content;
  height: max-content;
  border-radius: 10px;
  margin-left: 6px;
  display: flex;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}
.acceso_rapido_box_item:first-child {
  margin-left: 0;
}
.acceso_rapido_box_item.act {
  box-shadow: 0 0 6px 0px #000;
  cursor: default;
}
.acceso_rapido_box_item:not(.act):hover {
  box-shadow: 0px 0px 3px 1px #000000ba;
}
/*.acceso_rapido_box_item.blue.act{
			background : #3b7bc0;
			background-image: linear-gradient(to bottom right,#3b7bc0, lighten($color_box, 15% ), #3b7bc0);
		}*/
/*.acceso_rapido_box_item.orange.act{
			background : #be6322;
			background-image: linear-gradient(to bottom right,#be6322, lighten($color_box, 15% ), #be6322);
		}*/
/*.acceso_rapido_box_item.orange_ green.act{
			background : #109754;
			background-image: linear-gradient(to bottom right,#109754, lighten($color_box, 15% ), #109754);
		}*/
/*.acceso_rapido_box_item.red.act{
			background : #cc4949;
			background-image: linear-gradient(to bottom right,#cc4949, lighten($color_box, 15% ), #cc4949);
		}*/
/*.acceso_rapido_box_item.brown.act{
			background : #804523;
			background-image: linear-gradient(to bottom right,#804523, lighten($color_box, 15% ), #804523);
		}*/
/*.acceso_rapido_box_item.pink.act{
			background : #9e328e;
			background-image: linear-gradient(to bottom right,#9e328e, lighten($color_box, 15% ), #9e328e);
		}*/
/*.acceso_rapido_box_item.deepred.act{
			background : #ff0000;
			background-image: linear-gradient(to bottom right,#ff0000, lighten($color_box, 15% ), #ff0000);
		}*/
/*.acceso_rapido_box_item.deeporange.act{
			background : #ff4800;
			background-image: linear-gradient(to bottom right,#ff4800, lighten($color_box, 15% ), #ff4800);
		}*/
/*.acceso_rapido_box_item.deepblue.act{
			background : #0d95f0;
			background-image: linear-gradient(to bottom right,#0d95f0, lighten($color_box, 15% ), #0d95f0);
		}*/
/*.acceso_rapido_box_item.deepgreen.act{
			background : #086600;
			background-image: linear-gradient(to bottom right,#086600, lighten($color_box, 15% ), #086600);
		}*/
.acceso_rapido_box_item > div:first-child {
  position: relative;
  width: max-content;
  height: 100px;
  min-width: 100px;
}
/*CONTENEDOR ICONO Y TEXTO*/
.acceso_rapido_box_item > div:first-child > div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 24px);
}
.acceso_rapido_box_item.act > div:first-child > div:first-child, .acceso_rapido_box_item.sin_ts > div:first-child > div:first-child {
  height: 100%;
}
.acceso_rapido_box_item.blue > div:first-child > div:first-child > i, .acceso_rapido_box_item.blue > div:first-child > div:first-child > p {
  color: #3b7bc0;
}
.acceso_rapido_box_item.orange > div:first-child > div:first-child > i, .acceso_rapido_box_item.orange > div:first-child > div:first-child > p {
  color: #be6322;
}
.acceso_rapido_box_item.orange_ green > div:first-child > div:first-child > i, .acceso_rapido_box_item.orange_ green > div:first-child > div:first-child > p {
  color: #109754;
}
.acceso_rapido_box_item.red > div:first-child > div:first-child > i, .acceso_rapido_box_item.red > div:first-child > div:first-child > p {
  color: #cc4949;
}
.acceso_rapido_box_item.brown > div:first-child > div:first-child > i, .acceso_rapido_box_item.brown > div:first-child > div:first-child > p {
  color: #804523;
}
.acceso_rapido_box_item.pink > div:first-child > div:first-child > i, .acceso_rapido_box_item.pink > div:first-child > div:first-child > p {
  color: #9e328e;
}
.acceso_rapido_box_item.deepred > div:first-child > div:first-child > i, .acceso_rapido_box_item.deepred > div:first-child > div:first-child > p {
  color: #ff0000;
}
.acceso_rapido_box_item.deeporange > div:first-child > div:first-child > i, .acceso_rapido_box_item.deeporange > div:first-child > div:first-child > p {
  color: #ff4800;
}
.acceso_rapido_box_item.deepblue > div:first-child > div:first-child > i, .acceso_rapido_box_item.deepblue > div:first-child > div:first-child > p {
  color: #0d95f0;
}
.acceso_rapido_box_item.deepgreen > div:first-child > div:first-child > i, .acceso_rapido_box_item.deepgreen > div:first-child > div:first-child > p {
  color: #086600;
}
/*ICONO*/
.acceso_rapido_box_item > div:first-child > div:first-child > i {
  font-size: 20px;
}
/*TEXTO*/
.acceso_rapido_box_item > div:first-child > div:first-child > p {
  margin: 0;
  margin-top: 9px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.acceso_rapido_box_item > div:last-child {
  display: flex;
  max-width: 0;
  height: 100px;
  align-items: center;
  transition: max-width 0.5s ease-out;
}
.acceso_rapido_box_item.act > div:last-child {
  max-width: 2000px;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item_boton_enlace.html */
/*ESTILO EN: 
        web_acceso_rapido_box_item_boton.html
    */
a.acceso_rapido_box_item_boton {
  text-decoration: none;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_contenedor.html */
.acceso_rapido_box_cont {
  width: calc(100% - 6px);
  padding: 3px;
  display: none;
}
/*COLORES CONTENEDOR, ICONO Y TEXTO*/
.acceso_rapido_box_cont.blue {
  background: linear-gradient(180deg, #3b7bc0 0%, #2f6299 100%);
}
.acceso_rapido_box_cont.orange {
  background: linear-gradient(180deg, #be6322 0%, #934c1a 100%);
}
.acceso_rapido_box_cont.orange_ green {
  background: linear-gradient(180deg, #109754 0%, #0b693a 100%);
}
.acceso_rapido_box_cont.red {
  background: linear-gradient(180deg, #cc4949 0%, #b13131 100%);
}
.acceso_rapido_box_cont.brown {
  background: linear-gradient(180deg, #804523 0%, #582f18 100%);
}
.acceso_rapido_box_cont.pink {
  background: linear-gradient(180deg, #9e328e 0%, #77266b 100%);
}
.acceso_rapido_box_cont.deepred {
  background: linear-gradient(180deg, #ff0000 0%, #c00 100%);
}
.acceso_rapido_box_cont.deeporange {
  background: linear-gradient(180deg, #ff4800 0%, #cc3a00 100%);
}
.acceso_rapido_box_cont.deepblue {
  background: linear-gradient(180deg, #0d95f0 0%, #0a77c0 100%);
}
.acceso_rapido_box_cont.deepgreen {
  background: linear-gradient(180deg, #086600 0%, #043300 100%);
}
.acceso_rapido_box_cont.act {
  display: block;
}
.acceso_rapido_box_cont > div:first-child {
  height: 50px;
  display: flex;
  align-items: center;
  display: none;
}
.acceso_rapido_box_cont > div:first-child > p {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 2px #000;
}
.acceso_rapido_box_cont > div:first-child > div {
  margin-left: 30px;
  background-color: #0000007a;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.acceso_rapido_box_cont > div:first-child > div:hover {
  box-shadow: inset 0 0 6px #000;
}
.acceso_rapido_box_cont > div:first-child > div > p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.acceso_rapido_box_cont > div:last-child {
  width: 100%;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("/img/svg/icos3.svg");
}
/*CONTENDIO*/
.acceso_rapido_box_cont > div:last-child > div:nth-child(2) {
  width: calc(100% - 10px);
  min-height: 90px;
  padding: 5px;
  display: flex;
  overflow: auto;
}
/*FLECHAS*/
.acceso_rapido_box_cont > div:last-child > div:first-child, .acceso_rapido_box_cont > div:last-child > div:last-child {
  position: absolute;
  width: 5px;
  height: 100%;
  display: none;
  /*position: absolute;
			width: 40px;
			display: flex;
			flex-direction: column;
			display: none;*/
}
.acceso_rapido_box_cont > div:last-child > div:first-child {
  left: 0;
  align-items: start;
  background-image: linear-gradient(to right, #eee, #0000);
}
.acceso_rapido_box_cont > div:last-child > div:last-child {
  right: 0;
  align-items: end;
  background-image: linear-gradient(to left, #eee, #0000);
}
/*
			.acceso_rapido_box_cont > div:last-child > div > svg{
				width: 20px;
				height: 20px;
				z-index: 1;
			}

			.acceso_rapido_box_cont.blue > div:last-child > div > svg > path{fill: #1a6dab;}
			.acceso_rapido_box_cont.green > div:last-child > div > svg > path{fill: #008b45;}
			.acceso_rapido_box_cont.brown > div:last-child > div > svg > path{fill: #884015;}
			.acceso_rapido_box_cont.orange > div:last-child > div > svg > path{fill: #e75916;}

			.acceso_rapido_box_cont.blue > div:last-child > div:first-child > div,
			.acceso_rapido_box_cont.blue > div:last-child > div:last-child > div{background-color: #1a6dab;}
			.acceso_rapido_box_cont.green > div:last-child > div:first-child > div,
			.acceso_rapido_box_cont.green > div:last-child > div:last-child > div{background-color: #008b45;}
			.acceso_rapido_box_cont.brown > div:last-child > div:first-child > div,
			.acceso_rapido_box_cont.brown > div:last-child > div:last-child > div{background-color: #884015;}
			.acceso_rapido_box_cont.orange > div:last-child > div:first-child > div,
			.acceso_rapido_box_cont.orange > div:last-child > div:last-child > div{background-color: #e75916;}

			.acceso_rapido_box_cont > div:last-child > div:first-child > div,
			.acceso_rapido_box_cont > div:last-child > div:last-child > div{
				width: 40px;
				height: 50px;
				background-color: #1a6dab;
			}
			.acceso_rapido_box_cont > div:last-child > div:first-child > div{
				border-radius: 0 25px 25px 0;
			}
			.acceso_rapido_box_cont > div:last-child > div:last-child > div{
				border-radius: 25px 0 0 25px;
			}
		*/
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item_boton_ts_cont.html */
.acceso_rapido_box_item_boton_ts_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item_boton.html */
.acceso_rapido_box_item_boton {
  display: flex;
  background-color: #00000073;
  border-radius: 10px;
  margin-right: 3px;
  height: 94px;
  width: max-content;
  align-items: center;
  min-width: 94px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  margin-left: 5px;
}
.acceso_rapido_box_item_boton:first-child {
  margin-left: 0;
}
.acceso_rapido_box_item_boton:hover {
  background-color: #00000094;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.blue > div:last-child > .acceso_rapido_box_item_boton {
  background: #3b7bc0;
  background-image: linear-gradient(to bottom right, #3b7bc0, #548dcb, #3b7bc0);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.orange > div:last-child > .acceso_rapido_box_item_boton {
  background: #be6322;
  background-image: linear-gradient(to bottom right, #be6322, #d9732b, #be6322);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.orange_ green > div:last-child > .acceso_rapido_box_item_boton {
  background: #109754;
  background-image: linear-gradient(to bottom right, #109754, #13b766, #109754);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.red > div:last-child > .acceso_rapido_box_item_boton {
  background: #cc4949;
  background-image: linear-gradient(to bottom right, #cc4949, #d46565, #cc4949);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.brown > div:last-child > .acceso_rapido_box_item_boton {
  background: #804523;
  background-image: linear-gradient(to bottom right, #804523, #9c542b, #804523);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.pink > div:last-child > .acceso_rapido_box_item_boton {
  background: #9e328e;
  background-image: linear-gradient(to bottom right, #9e328e, #b93ba6, #9e328e);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.deepred > div:last-child > .acceso_rapido_box_item_boton {
  background: #ff0000;
  background-image: linear-gradient(to bottom right, #ff0000, #ff2424, #ff0000);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.deeporange > div:last-child > .acceso_rapido_box_item_boton {
  background: #ff4800;
  background-image: linear-gradient(to bottom right, #ff4800, #ff6224, #ff4800);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.deepblue > div:last-child > .acceso_rapido_box_item_boton {
  background: #0d95f0;
  background-image: linear-gradient(to bottom right, #0d95f0, #2da4f4, #0d95f0);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.acceso_rapido_box_item.deepgreen > div:last-child > .acceso_rapido_box_item_boton {
  background: #086600;
  background-image: linear-gradient(to bottom right, #086600, #0b8a00, #086600);
}
.acceso_rapido_box_item > div:last-child > .acceso_rapido_box_item_boton:hover {
  background-image: none;
}
.acceso_rapido_box_item_boton > p {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
  text-align: center;
  font-weight: bold;
  text-shadow: -2px 2px 4px #000000a8;
}
.acceso_rapido_box_item_boton.big_text > p {
  font-size: 20px;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item_ts.html */
.acceso_rapido_box_item_ts {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3px;
}
.acceso_rapido_box_item.act .acceso_rapido_box_item_ts {
  display: none;
}
/*COLORES ICONO Y TEXTO*/
.acceso_rapido_box_item.blue .acceso_rapido_box_item_ts > p {
  background-color: #3b7bc0;
}
.acceso_rapido_box_item.orange .acceso_rapido_box_item_ts > p {
  background-color: #be6322;
}
.acceso_rapido_box_item.orange_ green .acceso_rapido_box_item_ts > p {
  background-color: #109754;
}
.acceso_rapido_box_item.red .acceso_rapido_box_item_ts > p {
  background-color: #cc4949;
}
.acceso_rapido_box_item.brown .acceso_rapido_box_item_ts > p {
  background-color: #804523;
}
.acceso_rapido_box_item.pink .acceso_rapido_box_item_ts > p {
  background-color: #9e328e;
}
.acceso_rapido_box_item.deepred .acceso_rapido_box_item_ts > p {
  background-color: #ff0000;
}
.acceso_rapido_box_item.deeporange .acceso_rapido_box_item_ts > p {
  background-color: #ff4800;
}
.acceso_rapido_box_item.deepblue .acceso_rapido_box_item_ts > p {
  background-color: #0d95f0;
}
.acceso_rapido_box_item.deepgreen .acceso_rapido_box_item_ts > p {
  background-color: #086600;
}
/*TEXTO*/
.acceso_rapido_box_item_ts > p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 11px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
/*ICONO*/
.acceso_rapido_box_item_ts > p > i {
  font-size: 11px;
  margin-left: 5px;
}
.acceso_rapido_box_item_ts.solo_texto > p > i {
  display: none;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_box_item_boton_ts.html */
.acceso_rapido_box_item_boton_ts {
  display: flex;
  margin-top: 3px;
  width: 100%;
}
.acceso_rapido_box_item_boton_ts:first-child {
  margin-top: 10px;
}
.acceso_rapido_box_item_boton_ts > p {
  color: #e8e8e8;
  font-size: 12px;
  text-align: center;
  margin: 0 10px;
  width: 100%;
}
.acceso_rapido_box_item_boton_ts.left > p {
  text-align: left;
}
.acceso_rapido_box_item_boton_ts.right > p {
  text-align: right;
}
.acceso_rapido_box_item_boton_ts.bold > p {
  font-weight: bold;
}
.acceso_rapido_box_item_boton_ts > p > i {
  color: #e8e8e8;
  font-size: 12px;
  margin-right: 6px;
}
.acceso_rapido_box_item_boton_ts.solo_texto > p > i {
  display: none;
}
/* vistas_web/home/acceso_rapido/acceso_rapido_botones_item.html */
.bot_acc_rapido_item_cont {
  width: max-content;
  height: 100%;
  display: flex;
  margin-left: 20px;
  text-decoration: none;
}
.bot_acc_rapido_item_cont:last-child {
  margin-right: 20px;
}
/*BOTON CONTENEDOR*/
.bot_acc_rapido_item {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  height: 280px;
  justify-content: space-between;
  border-radius: 20px;
  background-image: url("/img/svg/icos3.svg");
  background-size: cover;
  position: relative;
  /*box-shadow: 0 0 8px 1px #00000091;*/
  margin: 10px 0;
  overflow: hidden;
}
.bot_acc_rapido_item_cont:hover > .bot_acc_rapido_item {
  box-shadow: 0 0 4px 1px #fff;
}
.bot_acc_rapido_item_cont.act > .bot_acc_rapido_item {
  height: 100%;
  border-radius: 20px 20px 0 0;
}
/*COLORES CONTENEDOR, ICONO Y TEXTO*/
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.blue {
  background-color: #3b7bc0;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.orange {
  background-color: #be6322;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.orange_ green {
  background-color: #109754;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.red {
  background-color: #cc4949;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.brown {
  background-color: #804523;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.pink {
  background-color: #9e328e;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.deepred {
  background-color: #ff0000;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.deeporange {
  background-color: #ff4800;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.deepblue {
  background-color: #0d95f0;
}
/*CONTENEDOR COLOR BACKGROUND (HOVER O .ACT)*/
.bot_acc_rapido_item.deepgreen {
  background-color: #086600;
}
.bot_acc_rapido_item > div:first-child {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bot_acc_rapido_item > div:first-child > img {
  height: 100%;
  filter: drop-shadow(-2px 2px 1px #0000008c);
  transition: all 0.3s ease-out;
}
.bot_acc_rapido_item:hover > div:first-child > img {
  height: 110%;
}
.bot_acc_rapido_item > div:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bot_acc_rapido_item_cont.ora_mod_int_ale_dar > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #ec6e2133;
  background-image: linear-gradient(to bottom, #ec6e211f, #dc5f1dbb, #dc5f1dee);
}
.bot_acc_rapido_item_cont.ora_mod_int_ale_dar:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ec6e211f, #dc5f1dcc, #dc5f1dee);
}
.bot_acc_rapido_item_cont.ora_mod_cla > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #f08e1d33;
  background-image: linear-gradient(to bottom, #f08e1d1f, #df7701bb, #df7701ee);
}
.bot_acc_rapido_item_cont.ora_mod_cla:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #f08e1d1f, #df7701cc, #df7701ee);
}
.bot_acc_rapido_item_cont.mos_ora_mod_cla > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #e6b41333;
  background-image: linear-gradient(to bottom, #e6b4131f, #d39c04bb, #d39c04ee);
}
.bot_acc_rapido_item_cont.mos_ora_mod_cla:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #e6b4131f, #d39c04cc, #d39c04ee);
}
.bot_acc_rapido_item_cont.orange > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #fc9d3033;
  background-image: linear-gradient(to bottom, #fc9d301f, #ed8a18bb, #ed8a18ee);
}
.bot_acc_rapido_item_cont.orange:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fc9d301f, #ed8a18cc, #ed8a18ee);
}
.bot_acc_rapido_item_cont.orange_strong > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #ec6e2133;
  background-image: linear-gradient(to bottom, #ec6e211f, #dc5f1dbb, #dc5f1dee);
}
.bot_acc_rapido_item_cont.orange_strong:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ec6e211f, #dc5f1dcc, #dc5f1dee);
}
.bot_acc_rapido_item_cont.deeporange > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #ff480033;
  background-image: linear-gradient(to bottom, #ff48001f, #9b2c00bb, #9b2c00ee);
}
.bot_acc_rapido_item_cont.deeporange:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ff48001f, #9b2c00cc, #9b2c00ee);
}
.bot_acc_rapido_item_cont.blue_light > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #4e9ed733;
  background-image: linear-gradient(to bottom, #4e9ed71f, #4e9ed7bb, #4e9ed7ee);
}
.bot_acc_rapido_item_cont.blue_light:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #4e9ed71f, #4e9ed7cc, #4e9ed7ee);
}
.bot_acc_rapido_item_cont.blue > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #319ff233;
  background-image: linear-gradient(to bottom, #319ff21f, #1a6dabbb, #1a6dabee);
}
.bot_acc_rapido_item_cont.blue:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #319ff21f, #1a6dabcc, #1a6dabee);
}
.bot_acc_rapido_item_cont.deepblue > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #0d95f033;
  background-image: linear-gradient(to bottom, #0d95f01f, #025e9bbb, #025e9bee);
}
.bot_acc_rapido_item_cont.deepblue:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #0d95f01f, #025e9bcc, #025e9bee);
}
.bot_acc_rapido_item_cont.deepred > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #ff000033;
  background-image: linear-gradient(to bottom, #ff00001f, #8b0000bb, #8b0000ee);
}
.bot_acc_rapido_item_cont.deepred:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ff00001f, #8b0000cc, #8b0000ee);
}
.bot_acc_rapido_item_cont.green_respaldo > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #058b4533;
  background-image: linear-gradient(to bottom, #058b451f, #037439bb, #037439ee);
}
.bot_acc_rapido_item_cont.green_respaldo:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #058b451f, #037439cc, #037439ee);
}
.bot_acc_rapido_item_cont.green > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #00b56733;
  background-image: linear-gradient(to bottom, #00b5671f, #007848bb, #007848ee);
}
.bot_acc_rapido_item_cont.green:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #00b5671f, #007848cc, #007848ee);
}
.bot_acc_rapido_item_cont.brown > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #e9864a33;
  background-image: linear-gradient(to bottom, #e9864a1f, #b45f2bbb, #b45f2bee);
}
.bot_acc_rapido_item_cont.brown:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #e9864a1f, #b45f2bcc, #b45f2bee);
}
.bot_acc_rapido_item_cont.turquesa > .bot_acc_rapido_item > div:nth-child(2) {
  background-color: #008e9c33;
  background-image: linear-gradient(to bottom, #008e9c1f, #005a62bb, #005a62ee);
}
.bot_acc_rapido_item_cont.turquesa:hover .bot_acc_rapido_item > div:nth-child(2) {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #008e9c1f, #005a62cc, #005a62ee);
}
.bot_acc_rapido_item > p {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  bottom: 0px;
  height: 112px;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 1px;
  margin: 0 5px 5px 5px;
  border-radius: 20px;
  /*background-color: #00000080;*/
  width: calc(100% - 30px);
  font-family: supra_bold_italic, sans-serif;
}
.bot_acc_rapido_item:hover > p {
  bottom: 30px;
}
.bot_acc_rapido_item > p > span {
  font-size: 16px;
  margin-top: 10px;
  font-family: supra_light;
  letter-spacing: normal;
  font-weight: bold;
}
.bot_acc_rapido_item:hover > p > span {
  color: #fff;
}
/* vistas_web/home/boxes/box.html */
.home_box_item {
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  margin-top: 0;
  height: 0px;
  width: calc(100% - 20px);
  padding-top: 62%;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px #b4b4b4;
}
@media screen and (min-width: 420px) and (max-width: 700px) {
  .home_box_item {
    margin: 10px 0 0 10px;
    width: calc(50% - 10px);
    float: left;
    height: 0px;
    padding-top: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .home_box_item {
    margin: 5px 0px 0px 10px;
    width: calc(50% - 10px);
    float: left;
    height: 0px;
    padding-top: 32%;
  }
}
/*CLASES DEL CONTENEDOR DEL BOX*/
.home_box_item.shadow {
  box-shadow: 0 0 7px -1px #000;
}
/*CLASES COLOR DE FONDO*/
.home_box_item.blue {
  background-color: #3b7bc0;
}
.home_box_item.green {
  background-color: #109754;
}
.home_box_item.orange {
  background-color: #be6322;
}
.home_box_item.red {
  background-color: #cc4949;
}
.home_box_item.pink {
  background-color: #9e328e;
}
.home_box_item.vacio {
  box-shadow: none;
  background: #ffffff00;
  overflow: initial;
}
.home_box_item.mosaico {
  background-repeat: repeat;
  background-size: auto;
  /*background-image: url("/img/svg/icos3.svg");*/
}
.home_box_item > .boxes_columnas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.home_box_item > .boxes_columnas > .boxes_columna {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/*SEGUN CANTIDAD DE COLUMNAS*/
.home_box_item > .boxes_columnas.col_fil_uno > .boxes_columna {
  height: 100%;
  width: 100%;
}
.home_box_item > .boxes_columnas.col_fil_dos > .boxes_columna {
  height: 100%;
  width: calc(100% / 2);
}
.home_box_item > .boxes_columnas.col_fil_tres > .boxes_columna {
  height: 100%;
  width: calc(100% / 3);
}
.home_box_item > .boxes_columnas.col_fil_cuadro > .boxes_columna {
  height: 100%;
  width: calc(100% / 4);
}
.home_box_item > .boxes_columnas > .boxes_columna > .boxes_fila {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.home_box_item > .boxes_columnas > .boxes_columna > .boxes_fila.margin_border {
  width: calc(100% - 8px);
  height: calc((100% / 1) - 8px);
  margin: 2px;
  border-radius: 10px;
  border: 2px solid #f60;
  overflow: hidden;
}
/*SEGUN CANTIDAD DE FILAS*/
.home_box_item > .boxes_columnas > .boxes_columna.col_fil_uno > .boxes_fila {
  width: calc(100% / 1);
  height: 100%;
}
.home_box_item > .boxes_columnas > .boxes_columna.col_fil_dos > .boxes_fila {
  width: 100%;
  height: calc(100% / 2);
}
.home_box_item > .boxes_columnas > .boxes_columna.col_fil_dos > .boxes_fila.margin_border {
  height: calc((100% / 2) - 8px);
}
.home_box_item > .boxes_columnas > .boxes_columna.col_fil_tres > .boxes_fila {
  width: 100%;
  height: calc(100% / 3);
}
.home_box_item > .boxes_columnas > .boxes_columna.col_fil_tres > .boxes_fila.margin_border {
  height: calc((100% / 3) - 8px);
}
/* vistas_web/home/boxes/boxes.html */
#home_boxes_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 700px) {
  #home_boxes_cont {
    min-width: 300px;
  }
}
@media screen and (max-width: 700px) {
  #home_boxes_cont {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 420px) and (max-width: 700px) {
  #home_boxes_cont {
    width: calc(100% - 10px);
    padding-right: 10px;
    padding-bottom: 0px;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #home_boxes_cont {
    width: 100%;
    min-width: 300px;
    display: block;
    margin: 20px 10px 0 0px;
    max-width: 600px;
  }
}
/* vistas_web/home/boxes/box_elemento.html */
.home_box_item_elemento {
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*CLASE HOVER: EL ELEMENTO SOLO SE MUESTRA AL HACER HOVER*/
.home_box_item_elemento.hover {
  z-index: -1;
  opacity: 0;
}
.home_boxes_cont:hover > .home_box_item_elemento.hover {
  z-index: 100;
  opacity: 1;
}
.home_box_item_elemento.border_radius {
  border-radius: 10px;
}
.home_box_item_elemento.sin_pointer {
  cursor: auto;
}
/*CLASES TAMAÑO*/
.home_box_item_elemento.width_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_10 {
  width: 10%;
}
.home_box_item_elemento.width_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_20 {
  width: 20%;
}
.home_box_item_elemento.width_25, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_25 {
  width: 25%;
}
.home_box_item_elemento.width_27, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_27 {
  width: 27%;
}
.home_box_item_elemento.width_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_30 {
  width: 30%;
}
.home_box_item_elemento.width_31, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_31 {
  width: 31%;
}
.home_box_item_elemento.width_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_40 {
  width: 40%;
}
.home_box_item_elemento.width_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_50 {
  width: 50%;
}
.home_box_item_elemento.width_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_60 {
  width: 60%;
}
.home_box_item_elemento.width_70, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_70 {
  width: 70%;
}
.home_box_item_elemento.width_80, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_80 {
  width: 80%;
}
.home_box_item_elemento.width_90, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_90 {
  width: 90%;
}
.home_box_item_elemento.width_100, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_100 {
  width: 100%;
}
.home_box_item_elemento.width_105, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_105 {
  width: 105%;
}
.home_box_item_elemento.width_110, .home_boxes_cont:hover > .home_box_item_elemento.hover_width_110 {
  width: 110%;
}
.home_box_item_elemento.height_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_10 {
  height: 10%;
}
.home_box_item_elemento.height_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_20 {
  height: 20%;
}
.home_box_item_elemento.height_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_30 {
  height: 30%;
}
.home_box_item_elemento.height_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_40 {
  height: 40%;
}
.home_box_item_elemento.height_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_50 {
  height: 50%;
}
.home_box_item_elemento.height_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_60 {
  height: 60%;
}
.home_box_item_elemento.height_70, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_70 {
  height: 70%;
}
.home_box_item_elemento.height_80, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_80 {
  height: 80%;
}
.home_box_item_elemento.height_90, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_90 {
  height: 90%;
}
.home_box_item_elemento.height_100, .home_boxes_cont:hover > .home_box_item_elemento.hover_height_100 {
  height: 100%;
}
/*CLASES POSICIONES*/
.home_box_item_elemento.top_0, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_0 {
  top: 0;
  bottom: auto;
}
.home_box_item_elemento.top_5, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_5 {
  top: 5%;
  bottom: auto;
}
.home_box_item_elemento.top_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_10 {
  top: 10%;
  bottom: auto;
}
.home_box_item_elemento.top_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_20 {
  top: 20%;
  bottom: auto;
}
.home_box_item_elemento.top_25, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_25 {
  top: 25%;
  bottom: auto;
}
.home_box_item_elemento.top_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_30 {
  top: 30%;
  bottom: auto;
}
.home_box_item_elemento.top_35, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_35 {
  top: 35%;
  bottom: auto;
}
.home_box_item_elemento.top_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_40 {
  top: 40%;
  bottom: auto;
}
.home_box_item_elemento.top_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_50 {
  top: 50%;
  bottom: auto;
}
.home_box_item_elemento.top_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_60 {
  top: 60%;
  bottom: auto;
}
.home_box_item_elemento.top_65, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_65 {
  top: 65%;
  bottom: auto;
}
.home_box_item_elemento.top_70, .home_boxes_cont:hover > .home_box_item_elemento.hover_top_70 {
  top: 70%;
  bottom: auto;
}
.home_box_item_elemento.bottom_m30, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_m30 {
  bottom: -30;
  top: auto;
}
.home_box_item_elemento.bottom_0, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_0 {
  bottom: 0;
  top: auto;
}
.home_box_item_elemento.bottom_5, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_5 {
  bottom: 5%;
  top: auto;
}
.home_box_item_elemento.bottom_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_10 {
  bottom: 10%;
  top: auto;
}
.home_box_item_elemento.bottom_15, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_15 {
  bottom: 15%;
  top: auto;
}
.home_box_item_elemento.bottom_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_20 {
  bottom: 20%;
  top: auto;
}
.home_box_item_elemento.bottom_25, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_25 {
  bottom: 25%;
  top: auto;
}
.home_box_item_elemento.bottom_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_30 {
  bottom: 30%;
  top: auto;
}
.home_box_item_elemento.bottom_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_40 {
  bottom: 40%;
  top: auto;
}
.home_box_item_elemento.bottom_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_50 {
  bottom: 50%;
  top: auto;
}
.home_box_item_elemento.bottom_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_bottom_60 {
  bottom: 60%;
  top: auto;
}
.home_box_item_elemento.left_m150, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_m150 {
  left: -150;
  right: auto;
}
.home_box_item_elemento.left_0, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_0 {
  left: 0;
  right: auto;
}
.home_box_item_elemento.left_5, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_5 {
  left: 5%;
  right: auto;
}
.home_box_item_elemento.left_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_10 {
  left: 10%;
  right: auto;
}
.home_box_item_elemento.left_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_20 {
  left: 20%;
  right: auto;
}
.home_box_item_elemento.left_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_30 {
  left: 30%;
  right: auto;
}
.home_box_item_elemento.left_35, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_35 {
  left: 35%;
  right: auto;
}
.home_box_item_elemento.left_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_40 {
  left: 40%;
  right: auto;
}
.home_box_item_elemento.left_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_50 {
  left: 50%;
  right: auto;
}
.home_box_item_elemento.left_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_60 {
  left: 60%;
  right: auto;
}
.home_box_item_elemento.left_65, .home_boxes_cont:hover > .home_box_item_elemento.hover_left_65 {
  left: 65%;
  right: auto;
}
.home_box_item_elemento.right_0, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_0 {
  right: 0;
  left: auto;
}
.home_box_item_elemento.right_5, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_5 {
  right: 5%;
  left: auto;
}
.home_box_item_elemento.right_10, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_10 {
  right: 10%;
  left: auto;
}
.home_box_item_elemento.right_20, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_20 {
  right: 20%;
  left: auto;
}
.home_box_item_elemento.right_30, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_30 {
  right: 30%;
  left: auto;
}
.home_box_item_elemento.right_40, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_40 {
  right: 40%;
  left: auto;
}
.home_box_item_elemento.right_50, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_50 {
  right: 50%;
  left: auto;
}
.home_box_item_elemento.right_60, .home_boxes_cont:hover > .home_box_item_elemento.hover_right_60 {
  right: 60%;
  left: auto;
}
/*CLASES DE LA IMAGEN*/
.home_box_item_elemento.img_shadow {
  filter: drop-shadow(-6px 6px 3px #000);
}
/* vistas_web/home/acceso_rapido_botones_contenedor.html */
#home_cont_bot_acceso_rapido {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
  padding: 20px 0;
}
#home_cont_bot_acceso_rapido > div:first-child {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  /*background-color: #02446c;*/
  padding: 0;
  /*background-image: url("/img/svg/icos3.svg");*/
  display: flex;
  flex-direction: column;
  /*background-color: #014a95;
            background-image: linear-gradient(to bottom right, #014a95, #0091b3, #004286);*/
  /*background-color: #fff; 
            box-shadow: 0px 0px 5px 0px #b4b4b4;*/
}
#acceso_rapido_btns_padre > div:first-child {
  /*
				align-items: center;
				min-height: 100px;*/
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  min-height: 70px;
}
#acceso_rapido_btns_padre > div:first-child > p {
  color: #333;
  margin: 0;
  font-size: 32px;
  letter-spacing: -1.5px;
}
#acceso_rapido_btns_padre > div:first-child > p > span {
  color: #f25f18;
}
#acceso_rapido_btns_padre > div:first-child > a {
  margin-left: 10px;
  text-decoration: none;
  min-width: 110px;
}
#acceso_rapido_btns_padre > div:first-child > a > p {
  background-color: #9b9a9a;
  color: #fff;
  border: 0;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#acceso_rapido_btns_padre > div:first-child > a:hover > p {
  background-color: #333;
}
#acceso_rapido_btns_padre > div:nth-child(2) {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
}
#acceso_rapido_left, #acceso_rapido_right {
  position: absolute;
  width: 10px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
  display: none;
}
#home_cont_bot_acceso_rapido:hover #acceso_rapido_left, #home_cont_bot_acceso_rapido:hover #acceso_rapido_right {
  display: flex;
}
#acceso_rapido_left > i, #acceso_rapido_right > i {
  font-size: 34px;
  color: #999;
  background-color: #e5f9ffb3;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  /*border-radius: 14px;
					margin: 0 5px;*/
  display: flex;
}
#acceso_rapido_left > i {
  border-radius: 50%;
  margin-left: 5px;
}
#acceso_rapido_right > i {
  border-radius: 50%;
  margin-right: 5px;
}
#acceso_rapido_left:hover > i, #acceso_rapido_right:hover > i {
  background-color: #fdfdfda8;
  color: #065e93;
}
#acceso_rapido_left {
  align-items: flex-start;
}
#acceso_rapido_btns_cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*height: 85px;*/
}
#acceso_rapido_btns_cont::-webkit-scrollbar {
  display: none;
}
#acceso_rapido_right {
  right: 0;
  align-items: flex-end;
}
#home_cont_bot_acceso_rapido > div:last-child {
  margin: auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  display: none;
}
#home_cont_bot_acceso_rapido.act > div:last-child {
  max-height: 500px;
}
/* vistas_web/home/home.html */
.bs_ventana_home {
  width: 100%;
  /*height: calc(100% - 150px);*/
  /*margin-top: 150px;*/
  /*background: linear-gradient(180deg, #fff 0%, #eaeaea 10%, #eaeaea 100%);*/
  padding-top: 0 !important;
  height: 100% !important;
}
/*MINICAB*/
#bs_cont_dist.homeminicab .bs_ventana_home {
  height: calc(100% - 105px) !important;
  margin-top: 105px !important;
}
.bs_ventana_home > div {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#home_transparencia {
  display: flex;
  height: max-content;
  align-items: center;
  width: calc(100% - 0px);
  margin: auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #home_transparencia {
    width: calc(100% - 10px);
  }
}
#home_transparencia > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  border: 2px solid #989898;
  width: 30%;
  max-width: 310px;
  background-color: #fff;
  margin: 5px 0;
}
#home_transparencia > a:hover {
  border: 2px solid #c85437;
}
@media screen and (max-width: 500px) {
  #home_transparencia > a {
    width: calc(46%);
  }
}
#home_transparencia > a > i {
  display: none;
}
#home_transparencia > a > img {
  width: calc(100% - 20px);
  margin: auto;
}
#bs_cont_foot {
  width: 100%;
}
/* vistas_web/contenedores/contenedor_contenido_sidebar.html */
.contenedor_contenido_sidebar {
  width: 100%;
}
.contenedor_contenido_sidebar.max_1500 {
  max-width: 1500px;
  margin: auto;
}
.contenedor_contenido_sidebar > div:first-child {
  width: 100%;
}
.contenedor_contenido_sidebar > div:first-child > div:first-child {
  width: 100%;
}
.contenedor_contenido_sidebar > div:first-child > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  .contenedor_contenido_sidebar > div:first-child > div:nth-child(2) {
    flex-direction: column;
  }
  .contenedor_contenido_sidebar.reversa > div:first-child > div:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:first-child {
  width: calc(100% - 350px);
}
@media screen and (max-width: 700px) {
  .contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:first-child {
    width: 100%;
  }
}
.contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:nth-child(2) {
  width: 350px;
}
@media screen and (max-width: 700px) {
  .contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:nth-child(2) {
    width: 100%;
  }
}
.contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:nth-child(2) > div > div {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .contenedor_contenido_sidebar > div:first-child > div:nth-child(2) > div:nth-child(2) > div > div {
    /*width: calc(100% - 20px);
                                margin: 0;*/
    width: 100%;
    margin-right: 0;
  }
}
/* vistas_web/contenedores/supercategoria_categoria_items.html */
.contenedor_supercategoria_categoria_items {
  padding: 10px;
}
.contenedor_supercategoria_categoria_items > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
/* vistas_web/contenedores/contenedor_contenido.html */
.contenedor_contenido {
  width: 100%;
}
.contenedor_contenido.max_1500 {
  max-width: 1500px;
  margin: auto;
}
.contenedor_contenido > div:first-child {
  width: 100%;
}
.contenedor_contenido > div:first-child > div:first-child {
  width: 100%;
}
.contenedor_contenido > div:first-child > div:first-child > div:first-child {
  width: 100%;
}
.contenedor_contenido.flex_horiz_wrap > div:first-child > div:first-child > div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
/* vistas_web/contenedores/con_sidebar.html */
.contenedor_con_sidebar {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  .contenedor_con_sidebar {
    flex-direction: column;
  }
}
.contenedor_con_sidebar > div:first-child {
  width: calc(100% - 350px);
}
@media screen and (max-width: 700px) {
  .contenedor_con_sidebar > div:first-child {
    width: 100%;
  }
}
.contenedor_con_sidebar > div:nth-child(2) {
  width: 350px;
}
@media screen and (max-width: 700px) {
  .contenedor_con_sidebar > div:nth-child(2) {
    width: 100%;
  }
}
.contenedor_con_sidebar > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contenedor_con_sidebar > div:nth-child(2) > div > div {
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* vistas_web/contenedores/supercategoria_contenedor/sc_contenedor_boton.html */
.bs_supercat_contenedor_boton {
  text-decoration: none;
  height: max-content;
}
.bs_supercat_contenedor_boton:first-child {
  margin-left: 0;
}
.bs_supercat_contenedor_boton > p {
  background-color: #00000045;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.bs_supercat_contenedor_boton:hover > p {
  background-color: #00000075;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_int_ale_dar .bs_supercat_contenedor_boton > p {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_int_ale_dar .bs_supercat_contenedor_boton > p:hover {
  background-color: #dc5f1d;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_cla .bs_supercat_contenedor_boton > p {
  background-color: #f08e1d;
  background-image: linear-gradient(to left bottom, #f08e1d, #df7701);
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_cla .bs_supercat_contenedor_boton > p:hover {
  background-color: #df7701;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.mos_ora_mod_cla .bs_supercat_contenedor_boton > p {
  background-color: #e6b413;
  background-image: linear-gradient(to left bottom, #e6b413, #d39c04);
}
.bs_supercat_contenedor.minimalista_borde.mos_ora_mod_cla .bs_supercat_contenedor_boton > p:hover {
  background-color: #d39c04;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.orange .bs_supercat_contenedor_boton > p {
  background-color: #fc9d30;
  background-image: linear-gradient(to left bottom, #fc9d30, #ed8a18);
}
.bs_supercat_contenedor.minimalista_borde.orange .bs_supercat_contenedor_boton > p:hover {
  background-color: #ed8a18;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.orange_strong .bs_supercat_contenedor_boton > p {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.minimalista_borde.orange_strong .bs_supercat_contenedor_boton > p:hover {
  background-color: #dc5f1d;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deeporange .bs_supercat_contenedor_boton > p {
  background-color: #ff4800;
  background-image: linear-gradient(to left bottom, #ff4800, #9b2c00);
}
.bs_supercat_contenedor.minimalista_borde.deeporange .bs_supercat_contenedor_boton > p:hover {
  background-color: #9b2c00;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.blue_light .bs_supercat_contenedor_boton > p {
  background-color: #4e9ed7;
  background-image: linear-gradient(to left bottom, #4e9ed7, #4e9ed7);
}
.bs_supercat_contenedor.minimalista_borde.blue_light .bs_supercat_contenedor_boton > p:hover {
  background-color: #4e9ed7;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.blue .bs_supercat_contenedor_boton > p {
  background-color: #319ff2;
  background-image: linear-gradient(to left bottom, #319ff2, #1a6dab);
}
.bs_supercat_contenedor.minimalista_borde.blue .bs_supercat_contenedor_boton > p:hover {
  background-color: #1a6dab;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deepblue .bs_supercat_contenedor_boton > p {
  background-color: #0d95f0;
  background-image: linear-gradient(to left bottom, #0d95f0, #025e9b);
}
.bs_supercat_contenedor.minimalista_borde.deepblue .bs_supercat_contenedor_boton > p:hover {
  background-color: #025e9b;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deepred .bs_supercat_contenedor_boton > p {
  background-color: #ff0000;
  background-image: linear-gradient(to left bottom, #ff0000, #8b0000);
}
.bs_supercat_contenedor.minimalista_borde.deepred .bs_supercat_contenedor_boton > p:hover {
  background-color: #8b0000;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.green_respaldo .bs_supercat_contenedor_boton > p {
  background-color: #058b45;
  background-image: linear-gradient(to left bottom, #058b45, #037439);
}
.bs_supercat_contenedor.minimalista_borde.green_respaldo .bs_supercat_contenedor_boton > p:hover {
  background-color: #037439;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.green .bs_supercat_contenedor_boton > p {
  background-color: #00b567;
  background-image: linear-gradient(to left bottom, #00b567, #007848);
}
.bs_supercat_contenedor.minimalista_borde.green .bs_supercat_contenedor_boton > p:hover {
  background-color: #007848;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.brown .bs_supercat_contenedor_boton > p {
  background-color: #e9864a;
  background-image: linear-gradient(to left bottom, #e9864a, #b45f2b);
}
.bs_supercat_contenedor.minimalista_borde.brown .bs_supercat_contenedor_boton > p:hover {
  background-color: #b45f2b;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.turquesa .bs_supercat_contenedor_boton > p {
  background-color: #008e9c;
  background-image: linear-gradient(to left bottom, #008e9c, #005a62);
}
.bs_supercat_contenedor.minimalista_borde.turquesa .bs_supercat_contenedor_boton > p:hover {
  background-color: #005a62;
  background-image: none;
}
/* vistas_web/contenedores/supercategoria_contenedor/sc_botones_ocultos_contenedor.html */
.cont_super_mostrar_cat {
  text-decoration: none;
  height: max-content;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #bs_cont_dist.superior_hidden .cont_super_mostrar_cat {
    position: initial;
  }
}
.cont_super_mostrar_cat.cab {
  margin: 0 10px 5px 5px;
}
.cont_super_mostrar_cat > i {
  background-color: #00000045;
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  display: none;
}
.cont_super_mostrar_cat:hover > i {
  background-color: #00000075;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_int_ale_dar .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_int_ale_dar .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #dc5f1d;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_cla .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #f08e1d;
  background-image: linear-gradient(to left bottom, #f08e1d, #df7701);
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_cla .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #df7701;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.mos_ora_mod_cla .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #e6b413;
  background-image: linear-gradient(to left bottom, #e6b413, #d39c04);
}
.bs_supercat_contenedor.minimalista_borde.mos_ora_mod_cla .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #d39c04;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.orange .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #fc9d30;
  background-image: linear-gradient(to left bottom, #fc9d30, #ed8a18);
}
.bs_supercat_contenedor.minimalista_borde.orange .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #ed8a18;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.orange_strong .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #ec6e21;
  background-image: linear-gradient(to left bottom, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.minimalista_borde.orange_strong .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #dc5f1d;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deeporange .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #ff4800;
  background-image: linear-gradient(to left bottom, #ff4800, #9b2c00);
}
.bs_supercat_contenedor.minimalista_borde.deeporange .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #9b2c00;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.blue_light .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #4e9ed7;
  background-image: linear-gradient(to left bottom, #4e9ed7, #4e9ed7);
}
.bs_supercat_contenedor.minimalista_borde.blue_light .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #4e9ed7;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.blue .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #319ff2;
  background-image: linear-gradient(to left bottom, #319ff2, #1a6dab);
}
.bs_supercat_contenedor.minimalista_borde.blue .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #1a6dab;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deepblue .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #0d95f0;
  background-image: linear-gradient(to left bottom, #0d95f0, #025e9b);
}
.bs_supercat_contenedor.minimalista_borde.deepblue .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #025e9b;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.deepred .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #ff0000;
  background-image: linear-gradient(to left bottom, #ff0000, #8b0000);
}
.bs_supercat_contenedor.minimalista_borde.deepred .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #8b0000;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.green_respaldo .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #058b45;
  background-image: linear-gradient(to left bottom, #058b45, #037439);
}
.bs_supercat_contenedor.minimalista_borde.green_respaldo .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #037439;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.green .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #00b567;
  background-image: linear-gradient(to left bottom, #00b567, #007848);
}
.bs_supercat_contenedor.minimalista_borde.green .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #007848;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.brown .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #e9864a;
  background-image: linear-gradient(to left bottom, #e9864a, #b45f2b);
}
.bs_supercat_contenedor.minimalista_borde.brown .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #b45f2b;
  background-image: none;
}
.bs_supercat_contenedor.minimalista_borde.turquesa .cont_super_mostrar_cat:not(.mostrar) > i {
  background-color: #008e9c;
  background-image: linear-gradient(to left bottom, #008e9c, #005a62);
}
.bs_supercat_contenedor.minimalista_borde.turquesa .cont_super_mostrar_cat:not(.mostrar):hover > i:hover {
  background-color: #005a62;
  background-image: none;
}
.cont_super_mostrar_cat.mostrar > i {
  background-color: #fff;
  position: relative;
  color: #f25f18;
  z-index: 2;
  border-top: 2px solid #f25f18;
}
#bs_cont_dist:not(.superior_hidden) .cont_super_mostrar_cat.mostrar > i {
  min-height: 44px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 450px) {
  .cont_super_mostrar_cat.mostrar > i {
    min-height: 44px;
    border-radius: 10px 10px 0 0;
  }
}
.cont_super_mostrar_cat:not(.mostrar) > i.mostrar, .cont_super_mostrar_cat.mostrar > i.ocultar {
  display: flex;
}
.cont_super_mostrar_cat > svg {
  width: 11px;
  position: absolute;
  bottom: 0px;
  left: -10px;
  z-index: 2;
  display: none;
}
#bs_cont_dist:not(.superior_hidden) .cont_super_mostrar_cat.mostrar > svg {
  display: block;
}
@media screen and (min-width: 450px) {
  .cont_super_mostrar_cat.mostrar > svg {
    display: block;
  }
}
.cont_super_mostrar_cat > svg > path {
  fill: #fff;
}
.cont_super_mostrar_cat > div {
  position: absolute;
  width: 250px;
  background-color: #fff;
  right: 0;
  z-index: 1;
  top: 43px;
  display: none;
  margin-top: 0px;
  overflow: hidden;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0px 2px 5px 3px #00000063;
  flex-direction: column;
  justify-content: flex-start;
}
.cont_super_mostrar_cat.mostrar > div {
  display: flex;
}
@media screen and (max-width: 450px) {
  #bs_cont_dist.superior_hidden .bs_ventana .cont_super_mostrar_cat > div {
    height: calc(100vh - 150px);
    border-radius: 0;
    width: 100%;
    top: 45px;
  }
  #bs_cont_dist.superior_hidden .bs_ventana.minicab .cont_super_mostrar_cat > div {
    height: calc(100vh - 105px);
  }
}
.cont_super_mostrar_cat > div > div:first-child {
  width: 100%;
  z-index: 1;
  position: relative;
  /*box-shadow: 0px 4px 5px -4px #000;
				border-bottom: 1px solid #cbcbcb;*/
  box-shadow: 0px 4px 11px -5px #8c8c8c;
}
.cont_super_mostrar_cat.sin_titulo > div > div:first-child {
  display: none;
}
.cont_super_mostrar_cat > div > div:first-child > p {
  color: #f25f18;
  margin: 0;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: bold;
}
.cont_super_mostrar_cat > div > div:nth-child(2) {
  max-height: 300px;
  overflow: auto;
  position: relative;
  /*border: 4px solid #dfdede;*/
  padding: 5px 0;
  background-color: #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont_super_mostrar_cat:not(.sin_titulo) > div > div:nth-child(2) {
  border-top: 0;
}
.cont_super_mostrar_cat.sin_titulo > div > div:nth-child(2) {
  border-radius: 10px 10px 0 0;
}
.cont_super_mostrar_cat:not(.sin_text_exp) > div > div:nth-child(2) {
  border-bottom: 0;
}
.cont_super_mostrar_cat.sin_text_exp > div > div:nth-child(2) {
  border-radius: 0 0 10px 10px;
}
.cont_super_mostrar_cat.sin_titulo.sin_text_exp > div > div:nth-child(2) {
  border-radius: 10px;
}
@media screen and (max-width: 450px) {
  #bs_cont_dist.superior_hidden .cont_super_mostrar_cat > div > div:nth-child(2) {
    max-height: 100%;
    min-height: calc(100% - 58px);
    border-radius: 0;
  }
}
.cont_super_mostrar_cat > div > div:nth-child(3) {
  width: 100%;
  float: right;
  position: relative;
  z-index: 2;
  /*box-shadow: 0px -2px 5px -4px #000;
				border-top: 1px solid #cbcbcb;*/
  box-shadow: 0px -4px 11px -5px #8c8c8c;
}
.cont_super_mostrar_cat.sin_text_exp > div > div:nth-child(3) {
  display: none;
}
.cont_super_mostrar_cat > div > div:nth-child(3) > p {
  margin: 4px;
  padding: 10px 10px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  font-family: supra_light;
  background-color: #974800;
  border-radius: 10px;
  margin-top: 5px;
}
.cont_super_mostrar_cat > div > div:nth-child(3) > i {
  position: absolute;
  color: #974800;
  top: -8px;
  right: 20px;
  font-size: 36px;
  z-index: -1;
  text-shadow: 0px -2px 0px #fff;
}
/* vistas_web/contenedores/supercategoria_contenedor/sc_contenedor_botones.html */
.bs_supercat_contenedor_botones {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
/* vistas_web/contenedores/supercategoria_contenedor/sc_contenedor.html */
.bs_supercat_contenedor {
  width: calc(100% - 20px);
  margin: 20px 0 20px 10px;
}
@media screen and (max-width: 700px) {
  .bs_supercat_contenedor {
    width: 100%;
    margin: 20px 0;
  }
}
.bs_supercat_contenedor > div {
  border-radius: 10px;
  height: max-content;
  margin: 0;
  padding-bottom: 0;
}
/*@each $color_nombre, $color_codigos in $multicolor {
    
			$color_1: nth($color_codigos, 1);
			$color_2: nth($color_codigos, 2);

			.bs_supercat_contenedor.#{$color_nombre} > div{
				background-color: $color_1;
				background-image: linear-gradient(to left, $color_1, $color_2);
			}
		}*/
@media screen and (max-width: 700px) {
  .bs_supercat_contenedor > div {
    width: 100%;
    border-radius: 0;
  }
}
.bs_supercat_contenedor > div > div:first-child {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2;
  height: 110px;
  background-color: #fff;
}
.bs_supercat_contenedor.minimalista_borde > div > div:first-child {
  height: 60px;
  box-shadow: 0px 15px 14px -9px #6a6a6abd;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #e78717;
}
@media screen and (max-width: 700px) {
  .bs_supercat_contenedor.minimalista_borde > div > div:first-child {
    margin: 0 5px;
  }
}
.bs_supercat_contenedor > div > div:first-child > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
  height: 100%;
  margin-top: 10px;
}
.bs_supercat_contenedor.minimalista_borde > div > div:first-child > div {
  padding: 0 5px;
}
@media screen and (max-width: 700px) {
  .bs_supercat_contenedor > div > div:first-child > div {
    border-radius: 0;
    margin-top: 0;
  }
}
.bs_supercat_contenedor.ora_mod_int_ale_dar:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #ec6e21;
  background-image: linear-gradient(to left, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.ora_mod_cla:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #f08e1d;
  background-image: linear-gradient(to left, #f08e1d, #df7701);
}
.bs_supercat_contenedor.mos_ora_mod_cla:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #e6b413;
  background-image: linear-gradient(to left, #e6b413, #d39c04);
}
.bs_supercat_contenedor.orange:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #fc9d30;
  background-image: linear-gradient(to left, #fc9d30, #ed8a18);
}
.bs_supercat_contenedor.orange_strong:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #ec6e21;
  background-image: linear-gradient(to left, #ec6e21, #dc5f1d);
}
.bs_supercat_contenedor.deeporange:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #ff4800;
  background-image: linear-gradient(to left, #ff4800, #9b2c00);
}
.bs_supercat_contenedor.blue_light:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #4e9ed7;
  background-image: linear-gradient(to left, #4e9ed7, #4e9ed7);
}
.bs_supercat_contenedor.blue:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #319ff2;
  background-image: linear-gradient(to left, #319ff2, #1a6dab);
}
.bs_supercat_contenedor.deepblue:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #0d95f0;
  background-image: linear-gradient(to left, #0d95f0, #025e9b);
}
.bs_supercat_contenedor.deepred:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #ff0000;
  background-image: linear-gradient(to left, #ff0000, #8b0000);
}
.bs_supercat_contenedor.green_respaldo:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #058b45;
  background-image: linear-gradient(to left, #058b45, #037439);
}
.bs_supercat_contenedor.green:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #00b567;
  background-image: linear-gradient(to left, #00b567, #007848);
}
.bs_supercat_contenedor.brown:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #e9864a;
  background-image: linear-gradient(to left, #e9864a, #b45f2b);
}
.bs_supercat_contenedor.turquesa:not(.minimalista_borde) > div > div:first-child > div {
  background-color: #008e9c;
  background-image: linear-gradient(to left, #008e9c, #005a62);
}
.bs_supercat_contenedor > div > div:first-child > div > div:first-child {
  margin: 0;
  display: flex;
  align-items: center;
  width: inherit;
  padding: 5px;
}
/*TITULO TEXTO*/
.bs_supercat_contenedor > div > div:first-child > div > div:first-child > p {
  margin: 0;
  font-size: 32px;
  color: #fff;
  letter-spacing: -1.5px;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_int_ale_dar > div > div:first-child > div > div:first-child > p {
  color: #dc5f1d;
}
.bs_supercat_contenedor.minimalista_borde.ora_mod_cla > div > div:first-child > div > div:first-child > p {
  color: #df7701;
}
.bs_supercat_contenedor.minimalista_borde.mos_ora_mod_cla > div > div:first-child > div > div:first-child > p {
  color: #d39c04;
}
.bs_supercat_contenedor.minimalista_borde.orange > div > div:first-child > div > div:first-child > p {
  color: #ed8a18;
}
.bs_supercat_contenedor.minimalista_borde.orange_strong > div > div:first-child > div > div:first-child > p {
  color: #dc5f1d;
}
.bs_supercat_contenedor.minimalista_borde.deeporange > div > div:first-child > div > div:first-child > p {
  color: #9b2c00;
}
.bs_supercat_contenedor.minimalista_borde.blue_light > div > div:first-child > div > div:first-child > p {
  color: #4e9ed7;
}
.bs_supercat_contenedor.minimalista_borde.blue > div > div:first-child > div > div:first-child > p {
  color: #1a6dab;
}
.bs_supercat_contenedor.minimalista_borde.deepblue > div > div:first-child > div > div:first-child > p {
  color: #025e9b;
}
.bs_supercat_contenedor.minimalista_borde.deepred > div > div:first-child > div > div:first-child > p {
  color: #8b0000;
}
.bs_supercat_contenedor.minimalista_borde.green_respaldo > div > div:first-child > div > div:first-child > p {
  color: #037439;
}
.bs_supercat_contenedor.minimalista_borde.green > div > div:first-child > div > div:first-child > p {
  color: #007848;
}
.bs_supercat_contenedor.minimalista_borde.brown > div > div:first-child > div > div:first-child > p {
  color: #b45f2b;
}
.bs_supercat_contenedor.minimalista_borde.turquesa > div > div:first-child > div > div:first-child > p {
  color: #005a62;
}
/*TITULO LOGO*/
.bs_supercat_contenedor > div > div:first-child > div > div:first-child > img {
  max-height: 60px;
  padding: 10px 0;
}
.bs_supercat_contenedor.minimalista_borde > div > div:first-child > div > div:first-child > img {
  max-height: 40px;
}
.bs_supercat_contenedor > div > div:nth-child(2) {
  width: calc(100% - 20px);
  height: calc(100% - 70px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #0003;
  padding: 10px;
  padding-top: 20px;
  border-radius: 0 0 10px 10px;
}
.bs_supercat_contenedor.minimalista_borde > div > div:nth-child(2) {
  background-color: #00000000;
}
@media screen and (max-width: 700px) {
  .bs_supercat_contenedor > div > div:nth-child(2) {
    border-radius: 0;
  }
}
/* vistas_web/contenedores/supercategoria_contenedor/sc_boton_oculto.html */
.cont_super_mostrar_cat_btn {
  min-height: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 3px;
  overflow: hidden;
  border-radius: 5px;
  width: calc(100% - 6px);
}
.cont_super_mostrar_cat_btn:hover {
  background-color: #df7b21;
}
@media screen and (min-width: 200px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1 {
    display: none;
  }
}
@media screen and (min-width: 300px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1 {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2 {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4 {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5 {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6 {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7 {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8 {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9_10 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9_10 {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9_10_11 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab:not(.home) > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9 {
    display: none;
  }
  .bs_ventana.minicab .super_botones_ocultos.cab.home > .cont_super_mostrar_cat_btn.btn_cat_1_2_3_4_5_6_7_8_9_10 {
    display: none;
  }
}
.cont_super_mostrar_cat_btn > p {
  margin: 0;
  color: #1a6dab;
  text-align: left;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 15px;
}
.cont_super_mostrar_cat_btn:hover > p {
  color: #fff;
}
.cont_super_mostrar_cat_btn > div {
  width: max-content;
  height: calc(100% - 6px);
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 50px;
  justify-content: center;
  background-color: #0003;
  border-radius: 5px;
  margin-right: 3px;
}
.cont_super_mostrar_cat_btn > div > p {
  margin: 0;
  line-height: 13px;
  color: #3c3c3c;
  width: max-content;
  font-size: 13px;
  font-family: supra_light;
  text-align: center;
}
.cont_super_mostrar_cat_btn:hover > div > p {
  color: #fff;
}
/* vistas_web/contenedores/expand_contra.html */
.cont_exp_cont {
  width: 100%;
  margin-top: 10px;
}
.cont_exp_cont:first-child {
  margin-top: 0;
}
.cont_exp_cont.con_margen {
  margin: auto;
}
.cont_exp_cont.ancho_maximo_420 {
  max-width: 420px;
}
@media screen and (max-width: 700px) {
  .cont_exp_cont.con_margen, .cont_exp_cont.sidebar_border {
    width: calc(100% - 10px);
  }
}
@media screen and (min-width: 700px) {
  .cont_exp_cont.sidebar_border {
    width: 100%;
  }
  .cont_exp_cont.con_margen {
    width: calc(100% - 20px);
  }
}
.cont_exp_cont > div:first-child {
  display: block;
}
.cont_exp_cont > div:first-child > div:first-child {
  display: block;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child {
  display: flex;
  min-height: 50px;
  background-color: #3777da;
  background-image: linear-gradient(to left top, #3777da, #0a50ba);
  cursor: pointer;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child:hover {
  background-color: #215cb4;
  background-image: linear-gradient(to left top, #215cb4, #0d3c82);
}
.cont_exp_cont.orange > div:first-child > div:first-child > div:first-child {
  background-color: #da9a37;
  background-image: linear-gradient(to left top, #da9a37, #ad7114);
}
.cont_exp_cont.orange > div:first-child > div:first-child > div:first-child:hover {
  background-color: #ce8d2c;
  background-image: linear-gradient(to left top, #ce8d2c, #9a610c);
}
@media screen and (max-width: 700px) {
  .cont_exp_cont > div:first-child > div:first-child > div:first-child {
    border-radius: 10px 10px 0 0;
  }
  .cont_exp_cont.colapsado > div:first-child > div:first-child > div:first-child {
    /*width: calc(100% - 20px);
                        margin: auto;*/
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .cont_exp_cont.sidebar_border > div:first-child > div:first-child > div:first-child, .cont_exp_cont.borde_redondeado > div:first-child > div:first-child > div:first-child {
    border-radius: 10px 10px 0 0;
  }
  .cont_exp_cont.sidebar_border.colapsado > div:first-child > div:first-child > div:first-child, .cont_exp_cont.borde_redondeado.colapsado > div:first-child > div:first-child > div:first-child {
    border-radius: 10px;
  }
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child > div:first-child {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child > div:first-child > h1 {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child > div:first-child > h1.size20px {
  font-size: 20px;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child > div:nth-child(2) {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child > div:nth-child(2) > i {
  color: #ffffff7d;
  display: none;
  font-size: 20px;
}
.cont_exp_cont > div:first-child > div:first-child > div:first-child:hover > div:nth-child(2) > i {
  color: #fff;
}
.cont_exp_cont:not(.colapsado) > div:first-child > div:first-child > div:first-child > div:nth-child(2) > i.expandido, .cont_exp_cont.colapsado > div:first-child > div:first-child > div:first-child > div:nth-child(2) > i.colapsado {
  display: inline-block;
}
.cont_exp_cont > div:first-child > div:nth-child(2) {
  background-color: #fff;
  overflow: hidden;
}
.cont_exp_cont.sidebar_border > div:first-child > div:nth-child(2) {
  border: 1px solid #3777da;
  border-top: 0;
  box-shadow: inset 0 -2px 10px 2px #00000045;
  border-radius: 0 0 10px 10px;
}
.cont_exp_cont.orange > div:first-child > div:nth-child(2) {
  border: 1px solid #bb7d21;
}
.cont_exp_cont.borde_redondeado > div:first-child > div:nth-child(2) {
  border-radius: 0 0 10px 10px;
}
.cont_exp_cont.colapsado > div:first-child > div:nth-child(2) {
  display: none;
}
.cont_exp_cont > div:first-child > div:nth-child(2) > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
}
.cont_exp_cont.sin_padding > div:first-child > div:nth-child(2) > div:first-child {
  padding: 0;
}
/* vistas_web/contenedores/basico_flex_wrap.html */
.cont_basico_flex_wrap {
  width: 100%;
}
.cont_basico_flex_wrap > div {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 0 20px;
}
@media screen and (max-width: 450px) {
  .cont_basico_flex_wrap > div {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
/* vistas_web/contenedores/direccion_municipal.html */
.contenedor_direccion_municipal {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 700px) {
  .contenedor_direccion_municipal {
    flex-direction: column;
  }
}
.contenedor_direccion_municipal > div:first-child {
  width: calc(100% - 350px);
}
@media screen and (max-width: 700px) {
  .contenedor_direccion_municipal > div:first-child {
    width: 100%;
  }
}
.contenedor_direccion_municipal > div:first-child > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .contenedor_direccion_municipal > div:first-child > div:nth-child(3) {
    padding: 10px;
  }
}
.contenedor_direccion_municipal > div:nth-child(2) {
  width: 350px;
}
@media screen and (max-width: 700px) {
  .contenedor_direccion_municipal > div:nth-child(2) {
    width: 100%;
  }
}
.contenedor_direccion_municipal > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contenedor_direccion_municipal > div:nth-child(2) > div > div {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .contenedor_direccion_municipal > div:nth-child(2) > div > div {
    /*width: calc(100% - 20px);
						margin: 0;*/
    width: 100%;
    margin-right: 0;
  }
}
/* vistas_web/contenedores/contenedor_horizontal_deslizable/cont_horiz_desl_cabecera.html */
.cont_desl_cabecera {
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  max-width: 1500px;
  width: calc(100% - 30px);
  margin: auto;
}
.cont_desl_cabecera > p {
  color: #333;
  margin: 0;
  font-size: 32px;
  letter-spacing: -1.5px;
  display: flex;
  align-items: center;
}
.cont_desl_cabecera > p > span {
  color: #f25f18;
  margin-left: 8px;
}
.cont_desl_cabecera > a {
  margin-left: 10px;
  text-decoration: none;
  min-width: 110px;
}
.cont_desl_cabecera > a > p {
  background-color: #9b9a9a;
  color: #fff;
  border: 0;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_desl_cabecera > a:hover > p {
  background-color: #333;
}
/* vistas_web/contenedores/contenedor_horizontal_deslizable/cont_horiz_desl_base.html */
.cont_desl_base {
  width: 100%;
}
.cont_desl_base.max_width_1500 {
  max-width: 1500px;
  margin: auto;
}
.cont_desl_base:not(.sin_margin_top) {
  margin-top: 40px;
}
@media screen and (min-width: 1500px) {
  .cont_desl_base.max_width_1500 {
    border-radius: 20px;
  }
}
.cont_desl_base:not(.sin_color) {
  background-color: #fff;
}
.cont_desl_base.gris_suave {
  background-color: #dcdcdc;
  background-image: linear-gradient(to bottom right, #dcdcdc, #ededed);
}
.cont_desl_base.azul {
  background-color: #047cdb;
  background-image: linear-gradient(to bottom right, #057edd, #0062b0);
}
.cont_desl_base.verde {
  background-color: #128117;
  background-image: linear-gradient(to bottom right, #128117, #076e0c);
}
.cont_desl_base.rojo {
  background-color: #a12c2c;
  background-image: linear-gradient(to bottom right, #a12c2c, #780000);
}
.cont_desl_base.borde_redondeado_10px {
  border-radius: 10px;
}
.cont_desl_base.margen_horiz_10px {
  width: calc(100% - 20px);
  margin: auto;
}
.cont_desl_base > div:first-child {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d3d3d3;
}
.cont_desl_base.hijo_max_width_1500 > div:first-child {
  max-width: 1500px;
  margin: auto;
}
.cont_desl_base.sin_borde > div:first-child {
  border: 0;
}
.cont_desl_base > div:first-child > div.contenido {
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
}
.cont_desl_left, .cont_desl_right {
  position: absolute;
  width: 10px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  z-index: 3;
  flex-direction: column;
  display: none;
}
.cont_desl_base:hover .cont_desl_left, .cont_desl_base:hover .cont_desl_right {
  display: flex;
}
.cont_desl_left {
  align-items: flex-start;
}
.cont_desl_left.limite {
  transform: translateX(-50px);
  opacity: 0;
}
.cont_desl_right.limite {
  transform: translateX(50px);
  opacity: 0;
}
.cont_desl_left > i, .cont_desl_right > i {
  font-size: 34px;
  color: #999;
  background-color: #e5f9ffb3;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  /*border-radius: 14px;
						margin: 0 5px;*/
  display: flex;
  border-radius: 50%;
  margin-right: 5px;
}
.cont_desl_left:hover > i, .cont_desl_right:hover > i {
  background-color: #fdfdfda8;
  color: #065e93;
}
/*AZUL*/
.cont_desl_base.azul .cont_desl_left > i, .cont_desl_base.azul .cont_desl_right > i {
  background-color: #004878b2;
  color: #82a4ba;
}
.cont_desl_left > i {
  border-radius: 50%;
  margin-left: 5px;
}
.cont_desl_right > i {
  border-radius: 50%;
  margin-right: 5px;
}
.cont_desl_contenedor {
  width: 100%;
  display: flex;
  justify-content: left;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*height: 85px;*/
}
.cont_desl_contenedor::-webkit-scrollbar {
  display: none;
}
.cont_desl_right {
  right: 0;
  align-items: flex-end;
}
/* vistas_web/elementos/box_ficha_item_horario.html */
.ew_box_ficha_item_horario {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  align-self: flex-end;
  max-width: 300px;
  border-radius: 10px;
  margin-top: 5px;
}
.box_ficha_item_horario_cerrado {
  margin-top: 10px;
}
.box_ficha_item_horario_cerrado > div {
  background-color: #e8a3a3;
  padding: 12px;
  border-radius: 10px;
  margin: 5px 0 0 0;
}
.box_ficha_item_horario_cerrado > div > p {
  font-size: 15px;
  color: #402929;
  font-weight: bold;
  margin: 0;
}
.box_ficha_item_horario_cerrado > div > p:last-child {
  font-size: 14px;
  color: #ae0000;
  margin-top: 5px;
}
/* vistas_web/elementos/slider/slider_item.html */
.ew_slider_item {
  width: 100%;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  /*position: absolute;*/
  box-shadow: 3px 3px 5px 0px #b4b4b4;
}
.ew_slider_item.act {
  display: block;
}
.ew_slider_item > div {
  width: 100%;
  background-color: #444;
  display: flex;
}
.ew_slider_item > div > img {
  width: 100%;
}
/* vistas_web/elementos/slider/slider_contenedor.html */
.ew_slider_contenedor {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ew_slider_contenedor > div {
  width: calc(100% - 20px);
  border-radius: 10px;
  position: relative;
}
/* vistas_web/elementos/banner_titulo.html */
.elemento_banner_titulo {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
}
#bs_cont_princ.app .bs_ventana .elemento_banner_titulo {
  opacity: 1;
}
#bs_cont_princ.app .bs_ventana.minicab .elemento_banner_titulo {
  opacity: 0;
}
/*@media screen and (min-width: 700px){
        
        .elemento_banner_titulo{
            height: 300px;
        }
    }
    @media screen and (min-width: 1000px){
        
        .elemento_banner_titulo{
            height: 400px;
        }
    }*/
.elemento_banner_titulo > div:first-child {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.elemento_banner_titulo > div:first-child > div {
  background-size: cover;
  width: 100%;
  height: 100%;
  min-width: 700px;
  background-position-y: center;
  background-position-x: center;
}
.elemento_banner_titulo > div:nth-child(2) {
  position: absolute;
  background-image: linear-gradient(to right, #4b4b4b, #4b4b4b29);
  width: 100%;
  height: 100%;
}
.elemento_banner_titulo.orange > div:nth-child(2) {
  background-image: linear-gradient(to right, #e66b3b, #e66b3b29);
}
.elemento_banner_titulo.turquesa > div:nth-child(2) {
  background-image: linear-gradient(to right, #008e9c, #008e9c29);
}
.elemento_banner_titulo.green > div:nth-child(2) {
  background-image: linear-gradient(to right, #16720e, #16720e29);
}
.elemento_banner_titulo.blue > div:nth-child(2) {
  background-image: linear-gradient(to right, #4e9ed7, #4e9ed729);
}
.elemento_banner_titulo.blue2 > div:nth-child(2) {
  background-image: linear-gradient(to right, #346ec9, #346ec929);
}
.elemento_banner_titulo.brown > div:nth-child(2) {
  background-image: linear-gradient(to right, #8e3600, #8e360029);
}
.elemento_banner_titulo > div:nth-child(2) > svg {
  width: 100%;
  height: 70px;
}
.elemento_banner_titulo > div:nth-child(2) > svg > text {
  fill: #fff;
  font-size: 70px;
  font-family: supra_bold;
}
.elemento_banner_titulo > div:nth-child(2) > div:first-child {
  display: flex;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  margin: auto;
  background-color: #0000000a;
}
@media screen and (min-width: 700px) {
  /* and (max-width: 700px)*/
  .elemento_banner_titulo > div:nth-child(2) > div:first-child {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
    max-width: calc(1500px - 60px);
  }
}
.elemento_banner_titulo > div:nth-child(2) > div:first-child > p {
  color: #fff;
  margin: 0;
}
.elemento_banner_titulo > div:nth-child(2) > div:first-child > p.titulo {
  width: 100%;
  font-size: 45px;
  font-family: supra_bold;
  max-width: calc(100% - 100px);
  line-height: 40px;
}
.elemento_banner_titulo > div:nth-child(2) > div:first-child > p.subtitulo {
  font-size: 18px;
  font-family: supra_light;
  background-color: #00000063;
  width: max-content;
  padding: 5px 10px;
  border-radius: 10px;
  max-width: calc(100% - 20px);
  margin-top: 10px;
}
/* vistas_web/elementos/box_ficha_item_horario_dia.html */
.ew_box_ficha_item_horario_dia {
  display: flex;
  height: 30px;
  border: 1px solid #0375ce;
  border-bottom: 0;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.ew_box_ficha_item_horario_dia:first-child {
  border-radius: 5px 5px 0 0;
}
.ew_box_ficha_item_horario_dia:last-child {
  border-bottom: 1px solid #0375ce;
  border-radius: 0 0 5px 5px;
}
.ew_box_ficha_item_horario_dia > div {
  width: calc(100% - 10px);
  padding: 0 5px;
  display: flex;
  height: 100%;
  color: #0066b3;
}
.ew_box_ficha_item_horario_dia.hoy > div {
  background-color: #0375ce;
  color: #fff;
}
.ew_box_ficha_item_horario_dia > div > div:first-child {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.ew_box_ficha_item_horario_dia.hoy > div > div:first-child::after {
  content: "(hoy)";
  color: #9bb2c4;
  margin-left: 3px;
  font-size: 10px;
}
.ew_box_ficha_item_horario_dia > div > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
}
/* vistas_web/elementos/box_info_ficha/box_ficha_item_accion_enlace.html */
.ew_box_ficha_item_btn_accion {
  width: 50px;
  height: 50px;
  /*border: 1px solid #002d70cc;*/
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.ew_box_ficha_item_btn_accion:first-child {
  margin-left: 0;
}
/*------------------------------------------------*/
.ew_box_ficha_item_btn_accion:not(.oculto) {
  background-color: rgba(1, 74, 149, 0.1);
}
.ew_box_ficha_item_btn_accion {
  border: 1px solid rgba(1, 74, 149, 0.3);
}
.ew_box_ficha_item_btn_accion:hover {
  background-color: #014a95;
}
.ew_box_ficha_item_btn_accion > i {
  font-size: 22px;
  /*color: #002d70cc;*/
}
.ew_box_ficha_item_btn_accion > i {
  color: rgba(1, 74, 149, 0.7);
}
.ew_box_ficha_item_btn_accion:hover > i {
  color: #fff;
}
.ew_box_ficha_item_btn_accion > div {
  position: absolute;
  background-color: #d47905;
  right: 100%;
  top: -6px;
  z-index: 0;
  border-radius: 5px;
  padding: 5px 10px;
  width: max-content;
  align-items: center;
  box-shadow: -5px 5px 5px -2px #656565;
  display: none;
}
.web_subitem_busqueda:hover .ew_box_ficha_item_btn_accion > div, .ew_box_ficha_item:hover .ew_box_ficha_item_btn_accion > div {
  display: flex;
}
.ew_box_ficha_item_btn_accion > div > p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-shadow: -2px 2px 5px #000000a3;
}
.ew_box_ficha_item_btn_accion > div > i {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  transform: rotate(20deg);
}
/* vistas_web/elementos/box_info_ficha/box_ficha_item_btns_accion.html */
.ew_box_ficha_item_btns_accion {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ew_box_ficha_item_btns_accion.mostrar_ocultos > div:first-child {
  display: none;
}
.ew_box_ficha_item_btns_accion > div:last-child {
  display: none;
  position: absolute;
  right: 0;
  background-color: #eee;
  width: max-content;
  height: 100%;
  border-radius: 33px 0 0 33px;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 8px;
}
.ew_box_ficha_item_btns_accion.mostrar_ocultos > div:last-child {
  display: flex;
}
div.ew_ficha_item_botones_ocultos {
  background-color: #3b76b3;
}
.ew_ficha_item_botones_ocultos_contraer {
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ew_ficha_item_botones_ocultos_contraer > i {
  color: #002d70cc;
  font-size: 25px;
}
.ew_ficha_item_botones_ocultos_contraer:hover > i {
  color: #000;
}
/* vistas_web/elementos/box_info_ficha/box_info_ficha_contenedor.html */
.ew_box_info_ficha {
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ew_box_info_ficha > div {
  width: calc(100% - 20px);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #014a95;
  background-image: linear-gradient(to bottom right, #014a95, #0091b3, #004286);
  box-shadow: 3px 3px 5px 0px #b4b4b4, inset 0px 0px 8px 0px #004d60;
}
@media screen and (min-width: 1000px) {
  .ew_box_info_ficha > div {
    flex-direction: row;
  }
}
@media screen and (max-width: 700px) {
  .ew_box_info_ficha > div {
    width: 100%;
    border-radius: 0;
  }
}
.ew_box_info_ficha > div > div:first-child {
  width: calc(100% - 20px);
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .ew_box_info_ficha > div > div:first-child {
    width: 100%;
  }
}
.ew_box_info_ficha > div > div:first-child > h1 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.ew_box_info_ficha > div > div:first-child > p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  text-align: justify;
  padding: 15px;
  background-color: #00000052;
  border-radius: 10px;
}
.ew_box_info_ficha > div > div:nth-child(2) {
  width: calc(100% - 20px);
  margin: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  height: max-content;
  max-width: 400px;
  align-self: flex-end;
}
@media screen and (min-width: 1000px) {
  .ew_box_info_ficha > div > div:nth-child(2) {
    min-width: 50%;
    margin: 10px;
    margin-left: 0;
  }
}
/* vistas_web/elementos/box_info_ficha/box_ficha_item_textos.html */
.ew_box_ficha_item_texto {
  width: 100%;
  margin: 0;
  font-size: 15px;
  color: #014a95;
  margin-top: 3px;
}
.ew_box_ficha_item_texto:first-child {
  margin-top: 0;
}
.ew_box_ficha_item_texto.una_linea {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ew_box_ficha_item_texto.text_label {
  font-size: 14px;
  /*text-transform: uppercase;*/
  font-weight: bold;
  color: #464545;
  font-family: supra_light;
}
.ew_box_ficha_item_texto.text_valor {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 5px);
  margin-left: 5px;
}
.ew_box_ficha_item_texto.big {
  font-size: 18px;
}
.ew_box_ficha_item_texto.bold {
  font-weight: bold;
}
.ew_box_ficha_item_texto.texto_derecha {
  text-align: right;
}
.ew_box_ficha_item_texto.aviso_color {
  width: max-content;
  background-color: #014a95;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  width: calc(100% - 15px);
}
/* vistas_web/elementos/box_info_ficha/box_ficha_item.html */
.ew_box_ficha_item {
  width: 100%;
  min-height: 65px;
  display: flex;
  justify-content: center;
  margin-top: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.ew_box_ficha_item:first-child {
  margin-top: 0;
}
.ew_box_ficha_item > div:first-child {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
}
.ew_box_ficha_item > div:first-child > div:first-child {
  height: 100%;
  width: calc(100% - 65px);
  display: flex;
}
.ew_box_ficha_item.sin_btns > div:first-child > div:first-child {
  width: 100%;
}
.ew_box_ficha_item > div:first-child > div:first-child > div {
  width: calc(100% - 30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
}
.ew_box_ficha_item > div:first-child > div:last-child {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ew_box_ficha_item.sin_btns > div:first-child > div:last-child {
  display: none;
}
/* vistas_web/elementos/box_info_ficha/box_info_datos_contenedor */
.ew_box_info_datos {
  margin: 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ew_box_info_datos > div {
  width: calc(100% - 20px);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #014a95;
  padding: 10px;
  background-image: linear-gradient(to bottom right, #014a95, #0091b3, #004286);
  box-shadow: 3px 3px 5px 0px #b4b4b4, inset 0px 0px 8px 0px #004d60;
}
.ew_box_info_datos > div {
  width: calc(100% - 20px);
  margin: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  height: max-content;
  max-width: 400px;
  align-self: flex-end;
}
/* vistas_web/control_usuarios/web_cerrar_sesion.html */
#web_cerrar_sesion_confirma {
  background-color: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 60px);
  text-align: center;
  max-width: 500px;
  border-radius: 10px;
  max-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  #web_cerrar_sesion_confirma {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_cerrar_sesion_confirma > div:first-child {
  width: calc(100% - 40px);
}
#web_cerrar_sesion_confirma > div:first-child P {
  color: #444;
  font-size: 20px;
}
#web_cerrar_sesion_confirma > div:nth-child(2) p, #web_cerrar_sesion_confirma > div:nth-child(3) p {
  margin: 0;
  margin-top: 50px;
  font-size: 17px;
  color: #888;
}
#web_cerrar_sesion_confirma > div:nth-child(2) button, #web_cerrar_sesion_confirma > div:nth-child(3) button {
  width: calc(100% - 30px);
  height: 50px;
  background-color: #ff9333;
  border: 0;
  border-radius: 10px;
  font-size: 23px;
  color: #fff;
  margin-top: 10px;
  max-width: 300px;
  box-shadow: 0 0 5px #888;
  cursor: pointer;
}
#web_cerrar_sesion_confirma > div:nth-child(3) button {
  background-color: #0071d0;
}
#web_cerrar_sesion_procesando {
  position: absolute;
  background-color: #fc9d30;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_cerrar_sesion_procesando.act {
  display: flex;
}
#web_cerrar_sesion_procesando > img {
  width: 80%;
  max-width: 300px;
}
#web_cerrar_sesion_procesando > i {
  font-size: 50px;
  margin-top: 100px;
}
#web_cerrar_sesion_procesando > p {
  font-size: 25px;
}
#web_cerrar_sesion_ok {
  position: absolute;
  background-color: #fc9d30;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_cerrar_sesion_ok.act {
  display: flex;
}
#web_cerrar_sesion_ok > img {
  width: 80%;
  max-width: 300px;
}
#web_cerrar_sesion_ok > i {
  font-size: 50px;
  margin-top: 100px;
}
#web_cerrar_sesion_ok > p {
  font-size: 25px;
  text-align: center;
}
#web_cerrar_sesion_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_cerrar_sesion_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/control_usuarios/barra_usuario.html */
#barra_usuario {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: auto;
}
/*CONTENEDOR IMAGEN Y USUARIO DE TARJETA*/
#barra_usuario > div:first-child {
  position: relative;
  margin: 0;
  padding: 5px;
  border: 0;
}
#barra_usuario > div:first-child > {
  /*IMAGEN DE LA TARJETA*/
  /*NOMBRE Y RUT DEL USUARIO*/
}
#barra_usuario > div:first-child > img {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
}
#barra_usuario > div:first-child > div {
  position: absolute;
  bottom: 25px;
  left: 25px;
  text-align: left;
}
#barra_usuario > div:first-child > div > {
  /*NOMBRE*/
  /*RUT*/
}
#barra_usuario > div:first-child > div > p:first-child {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #a61700;
}
#barra_usuario > div:first-child > div > p:last-child {
  margin: 0;
}
#barra_usuario > div:nth-child(2) > p {
  width: calc(100% - 20px);
  margin: 30px auto 0;
  font-size: 20px;
  color: #348888;
}
#barra_usuario > div:nth-child(3) {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  /*background-color: #000000bd;*/
  padding: 10px;
  padding-top: 0;
}
#barra_usuario > div:nth-child(3) > button {
  height: 50px;
  width: 100%;
  max-width: 500px;
  border: 0;
  background-color: #ff9333;
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
}
#barra_usuario > div:nth-child(3) > button.blue {
  background-color: #2785aa;
}
/* vistas_web/control_usuarios/barra_ingreso_registro/ingreso_registro.html */
#bs_control_usuario {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  background-color: #0000009e;
  display: none;
}
#bs_control_usuario.act {
  display: block;
}
#bs_control_usuario > div {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  position: relative;
  margin: auto;
}
#bs_control_usuarios_cont {
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  min-width: 200px;
  max-width: 430px;
  right: -100px;
  /*box-shadow: 0 0 19px 0px #000;*/
  transition: all 0.3s ease-out;
  opacity: 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
#bs_control_usuario.act > div > #bs_control_usuarios_cont {
  opacity: 1;
  right: 5px;
}
@media screen and (max-width: 450px) {
  #bs_control_usuarios_cont {
    right: -100px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    top: 0;
  }
  #bs_control_usuario.act > div > #bs_control_usuarios_cont {
    right: 0;
  }
}
#bs_control_usuarios_cont > div:first-child {
  background-color: #2982c4;
  color: #fff;
  display: flex;
  height: 50px;
}
#bs_control_usuarios_cont > div:first-child > p {
  margin: 0;
  display: flex;
  height: 100%;
  width: calc(100% - 70px);
  align-items: center;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
}
#bs_control_usuarios_cont > div:first-child > i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  background-color: #00000029;
  cursor: pointer;
}
#bs_control_usuarios_cont > div:first-child > i:hover {
  background-color: #0000005c;
}
#bs_control_usuarios_cont > div:nth-child(2) {
  height: calc(100% - 50px);
}
/* vistas_web/control_usuarios/usuario_recuperar_cuenta_code.html */
#usuario_recuperar_cuenta_form > div.form > div.text > label.codigo {
  text-align: center;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div.codigo {
  width: 200px;
  margin: auto;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > input.codigo {
  font-size: 25px;
  text-align: center;
  letter-spacing: 5px;
}
/* vistas_web/control_usuarios/usuario_recuperar_cuenta.html */
#usuario_recuperar_cuenta {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #usuario_recuperar_cuenta {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#usuario_recuperar_cuenta > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#usuario_recuperar_cuenta > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#usuario_recuperar_cuenta > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#usuario_recuperar_cuenta > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#usuario_recuperar_cuenta > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#usuario_recuperar_cuenta > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#usuario_recuperar_cuenta > div:nth-child(2) > div:first-child > p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
  padding: 0 30px;
}
#usuario_recuperar_cuenta_form {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  display: none;
}
#usuario_recuperar_cuenta_form.act {
  display: block;
}
#usuario_recuperar_cuenta_form > div.form {
  text-align: left;
}
#usuario_recuperar_cuenta_form > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div {
  width: calc(100% - 2px);
  height: 50px;
  display: flex;
  border: 1px solid #aaa;
  border-radius: 5px;
  align-items: center;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div.error {
  border: 1px solid red;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div.ok {
  border: 1px solid #0071d0;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > input {
  width: calc(100% - 30px);
  height: 100%;
  margin: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
  border: 0;
  border-radius: 6px;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > input.pass {
  width: calc(100% - 80px);
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > ::placeholder {
  color: #aaa;
}
#usuario_recuperar_cuenta_form > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#usuario_recuperar_cuenta_form > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 40px;
  max-width: 170px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.act:hover {
  background-color: #0662ad;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.cancelar {
  background-color: #ff9333;
  margin-left: 15px;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.cancelar:hover {
  background-color: #ec7a16;
}
#usuario_recuperar_cuenta_carga {
  position: absolute;
  /*background-color: #fc9d30;*/
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#usuario_recuperar_cuenta_carga.act {
  display: flex;
}
#usuario_recuperar_cuenta_carga > img {
  width: 80%;
  max-width: 300px;
}
#usuario_recuperar_cuenta_carga > i {
  font-size: 50px;
  margin-top: 100px;
}
#usuario_recuperar_cuenta_carga > p {
  font-size: 25px;
  text-align: center;
}
#usuario_recuperar_cuenta_ok {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#usuario_recuperar_cuenta_ok.act {
  display: flex;
}
#usuario_recuperar_cuenta_ok.error {
  background-color: #c45229;
}
#usuario_recuperar_cuenta_ok > img {
  width: 80%;
  max-width: 300px;
}
#usuario_recuperar_cuenta_ok > i {
  font-size: 50px;
  margin-top: 100px;
}
#usuario_recuperar_cuenta_ok > p {
  font-size: 25px;
  text-align: center;
  padding: 20px;
}
#usuario_recuperar_cuenta_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#usuario_recuperar_cuenta_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/control_usuarios/usuario_cambiar_pass.html */
#usuario_cambiar_pass {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #usuario_cambiar_pass {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#usuario_cambiar_pass > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#usuario_cambiar_pass > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#usuario_cambiar_pass > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#usuario_cambiar_pass > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#usuario_cambiar_pass > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#usuario_cambiar_pass > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#usuario_cambiar_pass > div:nth-child(2) > div:first-child > p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#usuario_cambiar_pass_form {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  display: none;
}
#usuario_cambiar_pass_form.act {
  display: block;
}
#usuario_cambiar_pass_form > div.form {
  text-align: left;
}
#usuario_cambiar_pass_form > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#usuario_cambiar_pass_form > div.form > div.text > div {
  width: calc(100% - 2px);
  height: 50px;
  display: flex;
  border: 1px solid #aaa;
  border-radius: 5px;
  align-items: center;
}
#usuario_cambiar_pass_form > div.form > div.text > div.error {
  border: 1px solid red;
}
#usuario_cambiar_pass_form > div.form > div.text > div.ok {
  border: 1px solid #0071d0;
}
#usuario_cambiar_pass_form > div.form > div.text > div > input {
  width: calc(100% - 80px);
  height: 100%;
  margin: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
  border: 0;
  border-radius: 6px 0 0 6px;
}
#usuario_cambiar_pass_form > div.form > div.text > div > ::placeholder {
  color: #aaa;
}
#usuario_cambiar_pass_form > div.form > div.text > div > i {
  width: 44px;
  height: 44px;
  color: #9b9b9b;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
#usuario_cambiar_pass_form > div.form > div.text > div > i:hover {
  /*background-color: #d0cfcf;*/
  color: #777;
}
#usuario_cambiar_pass_form > div.form > div.text > div > i.mostrar {
  color: #0071d0;
}
#usuario_cambiar_pass_form > div.form > div.text > div.ocultar > i.mostrar, #usuario_cambiar_pass_form > div.form > div.text > div:not(.ocultar) > i.ocultar {
  display: none;
}
#usuario_cambiar_pass_form > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#usuario_cambiar_pass_form > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#usuario_cambiar_pass_form > div.form > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
#usuario_cambiar_pass_form > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 40px;
  max-width: 170px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#usuario_cambiar_pass_form > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#usuario_cambiar_pass_form > div.form > div:last-child > button.act:hover {
  background-color: #0662ad;
}
#usuario_cambiar_pass_form > div.form > div:last-child > button.cancelar {
  background-color: #ff9333;
  margin-left: 15px;
}
#usuario_cambiar_pass_form > div.form > div:last-child > button.cancelar:hover {
  background-color: #ec7a16;
}
#usuario_cambiar_pass_carga {
  position: absolute;
  /*background-color: #fc9d30;*/
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#usuario_cambiar_pass_carga.act {
  display: flex;
}
#usuario_cambiar_pass_carga > img {
  width: 80%;
  max-width: 300px;
}
#usuario_cambiar_pass_carga > i {
  font-size: 50px;
  margin-top: 100px;
}
#usuario_cambiar_pass_carga > p {
  font-size: 25px;
}
#usuario_cambiar_pass_ok {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#usuario_cambiar_pass_ok.act {
  display: flex;
}
#usuario_cambiar_pass_ok > img {
  width: 80%;
  max-width: 300px;
}
#usuario_cambiar_pass_ok > i {
  font-size: 50px;
  margin-top: 100px;
}
#usuario_cambiar_pass_ok > p {
  font-size: 25px;
  text-align: center;
}
#usuario_cambiar_pass_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#usuario_cambiar_pass_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/control_usuarios/web_pre_ingreso_v2.html */
.pre_ingreso_botones > p {
  margin: 0;
  margin-top: 30px;
  font-size: 17px;
  color: #888;
}
.pre_ingreso_botones > button {
  width: calc(100% - 30px);
  height: 50px;
  background-color: #6e6c6c;
  border: 0;
  border-radius: 10px;
  font-size: 23px;
  color: #fff;
  margin-top: 10px;
  max-width: 300px;
  box-shadow: 0 0 5px #888888;
  cursor: pointer;
}
.pre_ingreso_botones.green > button {
  background-color: #00aa00;
}
.pre_ingreso_botones.blue > button {
  background-color: #0071d0;
}
/* vistas_web/control_usuarios/web_inicio_sesion_form.html */
#iniciar_sesion_formulario {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #iniciar_sesion_formulario {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#iniciar_sesion_formulario > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#iniciar_sesion_formulario > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#iniciar_sesion_formulario > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#iniciar_sesion_formulario > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#iniciar_sesion_formulario > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input[type="email"], #iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input[type="password"] {
  width: calc(100% - 32px);
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error[type="email"], #iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error[type="password"] {
  border: 1px solid red;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok[type="email"], #iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok[type="password"] {
  border: 1px solid #0071d0;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.text > ::placeholder {
  color: #aaa;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i {
  font-size: 30px;
  color: #888;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i.con_check {
  display: none;
  color: #0071d0;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > label {
  font-size: 20px;
  color: #004f92;
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act {
  border: 1px solid #0071d0;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.sin_check {
  display: none;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.con_check {
  display: inline;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > p {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 5px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 50px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 50px;
  max-width: 500px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#iniciar_sesion_formulario > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#iniciar_sesion_carga {
  position: absolute;
  background-color: #fc9d30;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#iniciar_sesion_carga.act {
  display: flex;
}
#iniciar_sesion_carga > img {
  width: 80%;
  max-width: 300px;
}
#iniciar_sesion_carga > i {
  font-size: 50px;
  margin-top: 100px;
}
#iniciar_sesion_carga > p {
  font-size: 25px;
}
#iniciar_sesion_ok {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#iniciar_sesion_ok.act {
  display: flex;
}
#iniciar_sesion_ok > img {
  width: 80%;
  max-width: 300px;
}
#iniciar_sesion_ok > i {
  font-size: 50px;
  margin-top: 100px;
}
#iniciar_sesion_ok > p {
  font-size: 25px;
  text-align: center;
}
#iniciar_sesion_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#iniciar_sesion_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/control_usuarios/usuario_recuperar_cuenta_pass.html */
#usuario_recuperar_cuenta_form > div.form > div.text > div > i {
  width: 44px;
  height: 44px;
  color: #9b9b9b;
  margin: 2px;
  background-color: #e8e6e6;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  cursor: pointer;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > i:hover {
  background-color: #d0cfcf;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div > i.mostrar {
  color: #0071d0;
}
#usuario_recuperar_cuenta_form > div.form > div.text > div.ocultar > i.mostrar, #usuario_recuperar_cuenta_form > div.form > div.text > div:not(.ocultar) > i.ocultar {
  display: none;
}
#usuario_recuperar_cuenta_form > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#usuario_recuperar_cuenta_form > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 40px;
  max-width: 170px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.act:hover {
  background-color: #0662ad;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.cancelar {
  background-color: #ff9333;
  margin-left: 15px;
}
#usuario_recuperar_cuenta_form > div.form > div:last-child > button.cancelar:hover {
  background-color: #ec7a16;
}
/* vistas_web/control_usuarios/web_pre_ingreso.html */
#web_pre_ingreso {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  overflow: auto;
}
.pre_ingreso_mensaje {
  background-color: #faa;
  width: calc(100% - 40px);
  padding: 5px 10px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #888;
  border: 1px solid #5d0000;
}
.pre_ingreso_mensaje p {
  color: #5d0000;
  font-size: 18px;
}
#web_pre_ingreso > div:last-child {
  width: calc(100% - 52px);
  max-width: 700px;
  padding: 10px 15px;
  margin: auto;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  box-shadow: inset 0 0 5px 1px #888;
}
#web_pre_ingreso > div:last-child p:first-child {
  color: #555;
  font-size: 19px;
  margin: 10px 0 25px 0;
}
#web_pre_ingreso > div:last-child p:last-child {
  margin: 0;
  font-size: 17px;
  color: #555;
  text-align: left;
  padding: 0;
}
#web_pre_ingreso > div:last-child p:last-child spam.destacado {
  font-weight: bold;
  color: #007b7b;
}
#web_pre_ingreso > div:last-child p:last-child i {
  color: #00ab7b;
  margin: 0 3px;
}
/* vistas_web/control_usuarios/registrarse/web_registrarse_paso_pass.html */
#web_registro_formulario_paso_pass {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #web_registro_formulario_paso_pass {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_registro_formulario_paso_pass > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#web_registro_formulario_paso_pass > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#web_registro_formulario_paso_pass > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_registro_formulario_paso_pass > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_registro_formulario_paso_pass > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input {
  width: calc(100% - 32px);
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select {
  width: calc(100% - 0px);
  background-color: #fff;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.error, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input.error {
  border: 1px solid red;
  border-right: 0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.ok, #web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input.ok {
  border: 1px solid #0071d0;
  border-right: 0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit {
  width: calc(100% - 2px);
  height: 50px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input {
  border: 0;
  border-radius: 0;
  width: calc(100% - 83px);
  float: left;
  border-radius: 5px 0 0 5px;
  border: 1px solid #aaa;
  border-right: 0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > div {
  float: right;
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > div i {
  color: #aaa;
  font-size: 20px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > ::placeholder {
  color: #aaa;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.ok > input {
  border: 1px solid #0071d0;
  border-right: 0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.ok > div {
  border: 1px solid #0071d0;
  border-left: 1px solid #aaa;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.error > input {
  border: 1px solid red;
  border-right: 0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.error > div {
  border: 1px solid red;
  border-left: 1px solid #aaa;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.act > div {
  background-color: #0071d0;
  border: 1px solid #0071d0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.act > div i {
  color: #fff;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.text > ::placeholder {
  color: #aaa;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 7px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda span {
  font-weight: bold;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox {
  margin-top: 40px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0 10px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i {
  font-size: 30px;
  color: #888;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i.con_check {
  display: none;
  color: #0071d0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > label {
  font-size: 20px;
  color: #004f92;
  display: inline;
  margin-left: 10px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act {
  border: 1px solid #0071d0;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.sin_check {
  display: none;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.con_check {
  display: inline;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 50px;
  max-width: 500px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#web_registro_formulario_paso_pass > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#web_registro_formulario_paso_pass > div:nth-child(3) {
  position: absolute;
  width: 100%;
  height: 100%;
}
#web_creando_cuenta_usuario_procesando {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_creando_cuenta_usuario_procesando.act {
  display: flex;
}
#web_creando_cuenta_usuario_procesando > img {
  width: 80%;
  max-width: 300px;
}
#web_creando_cuenta_usuario_procesando > i {
  font-size: 50px;
  margin-top: 100px;
}
#web_creando_cuenta_usuario_procesando > p {
  font-size: 25px;
}
#web_creando_cuenta_usuario_proc_ok {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_creando_cuenta_usuario_proc_ok.error {
  background-color: #ff9333;
}
#web_creando_cuenta_usuario_proc_ok.act {
  display: flex;
}
#web_creando_cuenta_usuario_proc_ok > img {
  width: 80%;
  max-width: 300px;
}
#web_creando_cuenta_usuario_proc_ok > i {
  font-size: 50px;
  margin-top: 100px;
  display: none;
}
#web_creando_cuenta_usuario_proc_ok:not(.error) > i.ok, #web_creando_cuenta_usuario_proc_ok.error > i.error {
  display: inline-block;
}
#web_creando_cuenta_usuario_proc_ok > p {
  font-size: 25px;
  text-align: center;
  padding: 0 15px;
}
#web_creando_cuenta_usuario_proc_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_creando_cuenta_usuario_proc_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/control_usuarios/registrarse/web_registrarse_paso1.html */
#web_registro_formulario_paso_uno {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
}
@media screen and (max-width: 450px) {
  #web_registro_formulario_paso_uno {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_registro_formulario_paso_uno > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#web_registro_formulario_paso_uno > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#web_registro_formulario_paso_uno > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_registro_formulario_paso_uno > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_registro_formulario_paso_uno > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input {
  width: calc(100% - 32px);
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error {
  border: 1px solid red;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok {
  border: 1px solid #0071d0;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.text > ::placeholder {
  color: #aaa;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 7px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda span {
  font-weight: bold;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 50px;
  max-width: 500px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#web_registro_formulario_paso_uno > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
/* vistas_web/control_usuarios/registrarse/web_registrarse_paso2.html */
#web_registro_formulario_paso_dos {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
}
@media screen and (max-width: 450px) {
  #web_registro_formulario_paso_dos {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_registro_formulario_paso_dos > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#web_registro_formulario_paso_dos > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#web_registro_formulario_paso_dos > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_registro_formulario_paso_dos > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_registro_formulario_paso_dos > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) {
  margin: auto;
  padding-top: 20px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox {
  margin-top: 10px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0 10px;
  cursor: pointer;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i {
  font-size: 30px;
  color: #888;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > i.con_check {
  display: none;
  color: #0071d0;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox > label {
  font-size: 20px;
  color: #004f92;
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > #registro_checkbox_vecino {
  margin-top: 40px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act {
  border: 1px solid #0071d0;
  background-color: #d5edff;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.sin_check {
  display: none;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.checkbox.act > i.con_check {
  display: inline;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > p, #web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > ul > li {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 7px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > p span, #web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > ul > li span {
  font-weight: bold;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > ul {
  margin: 0;
  padding-left: 15px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 50px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 50px;
  max-width: 500px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#web_registro_formulario_paso_dos > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
/* vistas_web/control_usuarios/registrarse/web_registrarse_paso3.html */
#web_registro_formulario_paso_tres {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
}
@media screen and (max-width: 450px) {
  #web_registro_formulario_paso_tres {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_registro_formulario_paso_tres > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#web_registro_formulario_paso_tres > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#web_registro_formulario_paso_tres > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_registro_formulario_paso_tres > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_registro_formulario_paso_tres > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:first-child {
  padding-top: 30px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:first-child p {
  margin: 0;
  font-size: 22px;
  color: #444;
  text-align: center;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) {
  margin: auto;
  padding-top: 10px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 20px;
  margin: 20px 0 5px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input {
  width: calc(100% - 32px);
  height: 50px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  padding: 0 15px;
  color: #444;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select {
  width: calc(100% - 0px);
  background-color: #fff;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select option[value="0"] {
  color: red;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select [hidden] {
  display: none;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.error, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input.error {
  border: 1px solid red;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.ok, #web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input.ok {
  border: 1px solid #0071d0;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit {
  width: calc(100% - 2px);
  height: 50px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > input {
  border: 0;
  border-radius: 0;
  width: calc(100% - 83px);
  float: left;
  border-radius: 5px 0 0 5px;
  border: 1px solid #aaa;
  border-right: 0;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > div {
  float: right;
  width: 50px;
  height: 50px;
  background-color: #e0e0e0;
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit > div i {
  color: #aaa;
  font-size: 20px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.ok > input {
  border: 1px solid #0071d0;
  border-right: 0;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.ok > div {
  border: 1px solid #0071d0;
  border-left: 1px solid #aaa;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.error > input {
  border: 1px solid red;
  border-right: 0;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.error > div {
  border: 1px solid red;
  border-left: 1px solid #aaa;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.act > div {
  background-color: #0071d0;
  border: 1px solid #0071d0;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.act > div i {
  color: #fff;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > div.edit.act > ::placeholder {
  color: #aaa;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.text > ::placeholder {
  color: #aaa;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 7px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda span {
  font-weight: bold;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 50px;
  max-width: 500px;
  border: 0;
  margin: 0;
  font-size: 25px;
  color: #fff;
  border-radius: 5px;
}
#web_registro_formulario_paso_tres > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
/* vistas_web/transparencia/form_solicitar_informacion.html */
#web_transp_form_solicitar_informacion {
  background-color: #fff;
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: 25px;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media screen and (max-width: 450px) {
  #web_transp_form_solicitar_informacion {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin-top: 0;
  }
}
#web_transp_form_solicitar_informacion > div:first-child {
  width: 100%;
  height: 50px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
}
#web_transp_form_solicitar_informacion > div:first-child > p {
  color: #fff;
  padding: 0 20px;
  font-size: 20px;
  margin: 0;
  width: calc(100% - 40px - 50px);
}
#web_transp_form_solicitar_informacion > div:first-child > i {
  color: #c2c2c2;
  background-color: #00000047;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
}
#web_transp_form_solicitar_informacion > div:first-child > i:hover {
  background-color: #00000070;
  color: #fff;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 50px);
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child {
  display: flex;
  justify-content: space-around;
  background-color: #a5a5a5;
  height: 60px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div {
  height: 100%;
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: no-drop;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div.valido {
  cursor: pointer;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div:hover:not(.act) {
  background-color: #787878;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div.act {
  background-color: #fff;
  cursor: default;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div > p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:first-child > div.act > p {
  color: #444;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) {
  margin: 0;
  padding: 10px 20px;
  width: calc(100% - 40px);
  max-width: 700px;
  height: calc(100% - 80px);
  overflow: auto;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form {
  text-align: left;
  display: none;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form.act {
  display: block;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div {
  margin-top: 20px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label {
  display: block;
  color: #004f92;
  font-size: 16px;
  margin: 15px 0 5px 0;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > label > span {
  font-size: 14px;
  color: #aaa;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > textarea, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select {
  width: calc(100% - 20px);
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  padding: 0 10px;
  color: #444;
  background-color: #fff;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > textarea {
  height: 100px;
  padding: 10px;
  resize: vertical;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.error, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > textarea.error, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.error {
  border: 1px solid red;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > input.ok, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > textarea.ok, #web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > select.ok {
  border: 1px solid #0071d0;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.text > ::placeholder {
  color: #aaa;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda {
  font-size: 16px;
  color: #666;
  margin: 0;
  margin-top: 7px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > p.texto_ayuda span {
  font-weight: bold;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: red;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 20px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button {
  background-color: #888;
  width: 80%;
  height: 44px;
  border: 0;
  margin: 0;
  font-size: 22px;
  color: #fff;
  border-radius: 5px;
  max-width: 200px;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act {
  background-color: #0071d0;
}
#web_transp_form_solicitar_informacion > div:nth-child(2) > div:nth-child(2) > div.form > div:last-child > button.act:focus {
  background-color: #00549b;
}
#web_transp_form_enviando {
  position: absolute;
  background-color: #fc9d30;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_transp_form_enviando.act {
  display: flex;
}
#web_transp_form_enviando > img {
  width: 80%;
  max-width: 300px;
}
#web_transp_form_enviando > i {
  font-size: 50px;
  margin-top: 100px;
}
#web_transp_form_enviando > p {
  font-size: 25px;
}
#web_transp_form_ok {
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_transp_form_ok.act {
  display: flex;
}
#web_transp_form_ok > img {
  width: 80%;
  max-width: 300px;
}
#web_transp_form_ok > i {
  font-size: 50px;
  margin-top: 100px;
}
#web_transp_form_ok > p {
  font-size: 25px;
  text-align: center;
}
#web_transp_form_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_transp_form_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/contenido/seccion_lista_central_item.html */
.cont_seccion_lista_sector_item {
  /*margin: 10px 0 0 0;*/
  display: flex;
  flex-direction: column;
  border: 1px solid #9c9c9c;
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset 0 0 13px #b8b7b7;
  /*max-width: 500px;*/
  width: 300px;
  margin: 10px;
}
.cont_seccion_lista_sector_item > p:first-child {
  font-weight: bold;
  color: #3e84b6;
  align-self: flex-start;
  font-size: 20px;
  margin: 0;
}
.cont_seccion_lista_sector_item > p:last-child {
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  align-self: flex-end;
  margin: 0;
  margin-top: 5px;
  min-width: 150px;
  text-align: center;
}
.cont_seccion_lista_sector_item.activas > p:last-child {
  background-color: #20a13a;
}
.cont_seccion_lista_sector_item.en_planificacion > p:last-child {
  background-color: #2071a1;
}
.cont_seccion_lista_sector_item.en_proceso > p:last-child {
  background-color: #2071a1;
}
/* vistas_web/contenido/contenedor_subcategorias.html */
.cont_subcategorias {
  width: 100%;
}
.cont_subcategorias > div {
  width: calc(100% - 20px);
  margin: 10px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
/* vistas_web/contenido/seccion_video_local.html */
.cont_seccion_video_local {
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 20px;
  max-width: 700px;
}
.cont_seccion_video_local > div {
  width: 100%;
}
.cont_seccion_video_local > div > div {
  width: 100%;
  height: 100%;
}
.cont_seccion_video_local > div > div > video {
  width: 100%;
  border-radius: 10px;
}
.cont_seccion_video_local.max_width_400 > div > div > video {
  max-width: 400px;
}
/* vistas_web/contenido/seccion_lista_ordenada.html */
.cont_seccion_lista_ordenada {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: 20px auto;
}
.cont_seccion_lista_ordenada.con_bordes {
  border-radius: 10px;
  border: 1px solid #444;
  padding: 20px 5px;
}
.cont_seccion_lista_ordenada.con_bordes_union_superior {
  width: calc(100% - 60px);
  border-radius: 0 0 10px 10px;
  border: 1px solid #444;
  padding: 20px 10px;
  margin-top: 0;
  border-top: 0;
}
.cont_seccion_lista_ordenada > ol {
  margin: 0;
}
.cont_seccion_lista_ordenada.orden_letras > ol {
  list-style-type: lower-alpha;
}
/* vistas_web/contenido/seccion_color_box_datos_btn.html */
/*
		h: hue: matiz	(color)					
		s: saturation	(intensidad del color)	+ saturate ,- desaturate
		l: ligereza		(obscuro a claro)		+
	*/
.colorbox_datos_btn {
  border-radius: 10px;
  margin: 0;
  position: relative;
  box-shadow: 3px 3px 5px -3px #000, inset 3px 3px 8px -2px #00000059;
  width: 100%;
  margin-bottom: 15px;
  max-width: 500px;
}
.colorbox_datos_btn.left {
  box-shadow: -3px 3px 5px -3px #000, inset -3px 3px 8px -2px #00000059;
}
.colorbox_datos_btn.red1 {
  background-color: #c84141;
  background-image: linear-gradient(to left, #e72323, #c84141);
}
.colorbox_datos_btn.left.red1 {
  background-image: linear-gradient(to right, #e72323, #c84141);
}
.colorbox_datos_btn.red2 {
  background-color: #c89941;
  background-image: linear-gradient(to left, #e7a223, #c89941);
}
.colorbox_datos_btn.left.red2 {
  background-image: linear-gradient(to right, #e7a223, #c89941);
}
.colorbox_datos_btn.yello {
  background-color: #c8b141;
  background-image: linear-gradient(to left, #e7c623, #c8b141);
}
.colorbox_datos_btn.left.yello {
  background-image: linear-gradient(to right, #e7c623, #c8b141);
}
.colorbox_datos_btn.green1 {
  background-color: #6ec841;
  background-image: linear-gradient(to left, #64e723, #6ec841);
}
.colorbox_datos_btn.left.green1 {
  background-image: linear-gradient(to right, #64e723, #6ec841);
}
.colorbox_datos_btn.green2 {
  background-color: #41c84a;
  background-image: linear-gradient(to left, #23e730, #41c84a);
}
.colorbox_datos_btn.left.green2 {
  background-image: linear-gradient(to right, #23e730, #41c84a);
}
.colorbox_datos_btn.green3 {
  background-color: #41c89b;
  background-image: linear-gradient(to left, #23e7a5, #41c89b);
}
.colorbox_datos_btn.left.green3 {
  background-image: linear-gradient(to right, #23e7a5, #41c89b);
}
.colorbox_datos_btn.blue1 {
  background-color: #41c1c8;
  background-image: linear-gradient(to left, #23dde7, #41c1c8);
}
.colorbox_datos_btn.left.blue1 {
  background-image: linear-gradient(to right, #23dde7, #41c1c8);
}
.colorbox_datos_btn.blue2 {
  background-color: #41a2c8;
  background-image: linear-gradient(to left, #23afe7, #41a2c8);
}
.colorbox_datos_btn.left.blue2 {
  background-image: linear-gradient(to right, #23afe7, #41a2c8);
}
.colorbox_datos_btn.blue3 {
  background-color: #4163c8;
  background-image: linear-gradient(to left, #2354e7, #4163c8);
}
.colorbox_datos_btn.left.blue3 {
  background-image: linear-gradient(to right, #2354e7, #4163c8);
}
.colorbox_datos_btn.violet {
  background-color: #7041c8;
  background-image: linear-gradient(to left, #6723e7, #7041c8);
}
.colorbox_datos_btn.left.violet {
  background-image: linear-gradient(to right, #6723e7, #7041c8);
}
.colorbox_datos_btn.pink1 {
  background-color: #a441c8;
  background-image: linear-gradient(to left, #b223e7, #a441c8);
}
.colorbox_datos_btn.left.pink1 {
  background-image: linear-gradient(to right, #b223e7, #a441c8);
}
.colorbox_datos_btn.pink2 {
  background-color: #c841a0;
  background-image: linear-gradient(to left, #e723ac, #c841a0);
}
.colorbox_datos_btn.left.pink2 {
  background-image: linear-gradient(to right, #e723ac, #c841a0);
}
.colorbox_datos_btn.pink3 {
  background-color: #c84167;
  background-image: linear-gradient(to left, #e7235a, #c84167);
}
.colorbox_datos_btn.left.pink3 {
  background-image: linear-gradient(to right, #e7235a, #c84167);
}
.colorbox_datos_btn > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  /*height: 180px;*/
  justify-content: center;
  min-height: 180px;
}
.colorbox_datos_btn.left > a {
  align-items: flex-end;
}
.colorbox_datos_btn > a > img {
  position: absolute;
  /*height: 100%;*/
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
  filter: drop-shadow(3px -3px 3px #00000057);
  height: 150px;
}
.colorbox_datos_btn.left > a > img {
  transform: scaleX(-1);
  left: 0;
  filter: drop-shadow(-3px -3px 3px #00000057);
}
.colorbox_datos_btn:hover > a > img {
  height: 180px;
}
.colorbox_datos_btn > a > p {
  color: #fff;
  font-size: 18px;
  font-family: poetsenone, bariol;
  margin: 20px 10px;
  display: flex;
  width: calc(100% - 160px);
  letter-spacing: 1px;
  text-shadow: -2px 2px 3px #0000009c;
  text-align: left;
  z-index: 1;
  min-width: 190px;
  flex-direction: column;
}
.colorbox_datos_btn.left > a > p {
  /*justify-content: flex-end;
				text-align: right;*/
  margin: 20px 10px;
}
.colorbox_datos_btn > a > p > span {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: initial;
  width: max-content;
  border-radius: 5px;
  text-shadow: 0px 0px 5px #00000099;
}
.colorbox_datos_btn > a > div {
  position: relative;
  width: calc(100% - 170px);
  display: flex;
  padding: 0 10px 10px 10px;
  z-index: 1;
  min-width: 190px;
  flex-grow: 1;
}
.colorbox_datos_btn.left > a > div {
  justify-content: flex-end;
  padding: 0 10px 10px 10px;
}
.colorbox_datos_btn > a > div > p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  display: flex;
  text-shadow: 0 0 5px #444;
  background-color: #0000004f;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}
.colorbox_datos_btn.red1 > a > div > p {
  text-shadow: 0 0 10px #7e2525;
}
.colorbox_datos_btn.red2 > a > div > p {
  text-shadow: 0 0 10px #7e5f25;
}
.colorbox_datos_btn.yello > a > div > p {
  text-shadow: 0 0 10px #7e7025;
}
.colorbox_datos_btn.green1 > a > div > p {
  text-shadow: 0 0 10px #437e25;
}
.colorbox_datos_btn.green2 > a > div > p {
  text-shadow: 0 0 10px #257e2b;
}
.colorbox_datos_btn.green3 > a > div > p {
  text-shadow: 0 0 10px #257e61;
}
.colorbox_datos_btn.blue1 > a > div > p {
  text-shadow: 0 0 10px #257a7e;
}
.colorbox_datos_btn.blue2 > a > div > p {
  text-shadow: 0 0 10px #25657e;
}
.colorbox_datos_btn.blue3 > a > div > p {
  text-shadow: 0 0 10px #253b7e;
}
.colorbox_datos_btn.violet > a > div > p {
  text-shadow: 0 0 10px #44257e;
}
.colorbox_datos_btn.pink1 > a > div > p {
  text-shadow: 0 0 10px #67257e;
}
.colorbox_datos_btn.pink2 > a > div > p {
  text-shadow: 0 0 10px #7e2564;
}
.colorbox_datos_btn.pink3 > a > div > p {
  text-shadow: 0 0 10px #7e253e;
}
.colorbox_datos_btn.left > a > div > p {
  justify-content: flex-end;
  /*text-align: right;*/
}
/* vistas_web/contenido/seccion_box_itd.html */
.cont_seccion_itd {
  display: flex;
  max-width: calc(100% - 40px);
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
  text-decoration: none;
  background-color: #777;
  width: 340px;
  box-shadow: -1px 1px 2px 0px #666;
}
.cont_seccion_itd:hover {
  box-shadow: -2px 2px 4px 0px #000;
}
.cont_seccion_itd.margin_10 {
  margin: 10px;
}
.cont_seccion_itd.solo_margin_top_15 {
  margin: 0;
  margin-top: 15px;
}
.cont_seccion_itd.solo_margin_top_15:first-child {
  margin-top: 0;
}
.cont_seccion_itd.violet {
  background-color: #6f66f8;
  border: 1px solid #3129b1;
}
.cont_seccion_itd.orange {
  background-color: #f7860b;
  border: 1px solid #6f4619;
}
.cont_seccion_itd.yellow {
  background-color: #c1971e;
  border: 1px solid #7c5f09;
}
.cont_seccion_itd.green {
  background-color: #3f973f;
  border: 1px solid #186118;
}
.cont_seccion_itd.blue {
  background-color: #036cba;
  border: 1px solid #041d30;
}
.cont_seccion_itd > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.cont_seccion_itd > div:first-child > i {
  font-size: 24px;
  margin: 15px;
  color: #fff;
}
.cont_seccion_itd > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont_seccion_itd > div:nth-child(2) > p {
  font-size: 16px;
  color: #fff;
  margin: 10px;
  margin-bottom: 0;
}
.cont_seccion_itd > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: end;
  height: 30px;
  align-items: center;
}
.cont_seccion_itd > div:nth-child(2) > div > i {
  font-size: 12px;
  color: #fff9;
  margin-right: 11px;
}
.cont_seccion_itd:hover > div:nth-child(2) > div > i {
  color: #fff;
  font-weight: bold;
}
.cont_seccion_itd > div:nth-child(2) > div > p {
  font-size: 12px;
  margin: 0;
  color: #fff9;
  margin-right: 20px;
}
.cont_seccion_itd:hover > div:nth-child(2) > div > p {
  color: #fff;
  /*font-weight: bold;*/
}
/* vistas_web/contenido/subcategoria_resumen_colorbox.html */
/*
		h: hue: matiz	(color)					
		s: saturation	(intensidad del color)	+ saturate ,- desaturate
		l: ligereza		(obscuro a claro)		+
	*/
.colorbox_item_cont {
  border-radius: 10px;
  margin: 0;
  position: relative;
  box-shadow: 3px 3px 5px -3px #000, inset 3px 3px 8px -2px #00000059;
  width: 100%;
  margin-bottom: 15px;
  max-width: 500px;
}
.colorbox_item_cont:not(.cont_deslizable).desbordado {
  width: calc(100% - 20px);
}
.colorbox_item_cont:not(.cont_deslizable):not(.left).desbordado {
  margin-right: 20px;
}
.colorbox_item_cont:not(.cont_deslizable).left.desbordado {
  margin-left: 20px;
}
.colorbox_item_cont:not(.cont_deslizable).left {
  box-shadow: -3px 3px 5px -3px #000, inset -3px 3px 8px -2px #00000059;
}
.colorbox_item_cont.orange {
  background-color: #cf6c44;
  background-image: linear-gradient(to left, #ec5f27, #cf6c44);
}
.colorbox_item_cont.left.orange {
  background-image: linear-gradient(to right, #ec5f27, #cf6c44);
}
.colorbox_item_cont.red1 {
  background-color: #c84141;
  background-image: linear-gradient(to left, #e72323, #c84141);
}
.colorbox_item_cont.left.red1 {
  background-image: linear-gradient(to right, #e72323, #c84141);
}
.colorbox_item_cont.red2 {
  background-color: #c89941;
  background-image: linear-gradient(to left, #e7a223, #c89941);
}
.colorbox_item_cont.left.red2 {
  background-image: linear-gradient(to right, #e7a223, #c89941);
}
.colorbox_item_cont.yello {
  background-color: #c8b141;
  background-image: linear-gradient(to left, #e7c623, #c8b141);
}
.colorbox_item_cont.left.yello {
  background-image: linear-gradient(to right, #e7c623, #c8b141);
}
.colorbox_item_cont.green1 {
  background-color: #6ec841;
  background-image: linear-gradient(to left, #64e723, #6ec841);
}
.colorbox_item_cont.left.green1 {
  background-image: linear-gradient(to right, #64e723, #6ec841);
}
.colorbox_item_cont.green2 {
  background-color: #41c84a;
  background-image: linear-gradient(to left, #23e730, #41c84a);
}
.colorbox_item_cont.left.green2 {
  background-image: linear-gradient(to right, #23e730, #41c84a);
}
.colorbox_item_cont.green3 {
  background-color: #41c89b;
  background-image: linear-gradient(to left, #23e7a5, #41c89b);
}
.colorbox_item_cont.left.green3 {
  background-image: linear-gradient(to right, #23e7a5, #41c89b);
}
.colorbox_item_cont.blue1 {
  background-color: #41c1c8;
  background-image: linear-gradient(to left, #23dde7, #41c1c8);
}
.colorbox_item_cont.left.blue1 {
  background-image: linear-gradient(to right, #23dde7, #41c1c8);
}
.colorbox_item_cont.blue2 {
  background-color: #41a2c8;
  background-image: linear-gradient(to left, #23afe7, #41a2c8);
}
.colorbox_item_cont.left.blue2 {
  background-image: linear-gradient(to right, #23afe7, #41a2c8);
}
.colorbox_item_cont.blue3 {
  background-color: #4163c8;
  background-image: linear-gradient(to left, #2354e7, #4163c8);
}
.colorbox_item_cont.left.blue3 {
  background-image: linear-gradient(to right, #2354e7, #4163c8);
}
.colorbox_item_cont.violet {
  background-color: #7041c8;
  background-image: linear-gradient(to left, #6723e7, #7041c8);
}
.colorbox_item_cont.left.violet {
  background-image: linear-gradient(to right, #6723e7, #7041c8);
}
.colorbox_item_cont.pink1 {
  background-color: #a441c8;
  background-image: linear-gradient(to left, #b223e7, #a441c8);
}
.colorbox_item_cont.left.pink1 {
  background-image: linear-gradient(to right, #b223e7, #a441c8);
}
.colorbox_item_cont.pink2 {
  background-color: #c841a0;
  background-image: linear-gradient(to left, #e723ac, #c841a0);
}
.colorbox_item_cont.left.pink2 {
  background-image: linear-gradient(to right, #e723ac, #c841a0);
}
.colorbox_item_cont.pink3 {
  background-color: #c84167;
  background-image: linear-gradient(to left, #e7235a, #c84167);
}
.colorbox_item_cont.left.pink3 {
  background-image: linear-gradient(to right, #e7235a, #c84167);
}
.colorbox_item_cont.brown {
  background-color: #aa4d13;
  background-image: linear-gradient(to left, #bd4800, #aa4d13);
}
.colorbox_item_cont.left.brown {
  background-image: linear-gradient(to right, #bd4800, #aa4d13);
}
/*estilo cuando esta dentro de un contenedor deslizable*/
.colorbox_item_cont.cont_deslizable {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  margin-left: 20px;
  height: 200px;
}
.colorbox_item_cont.cont_deslizable:first-child {
  margin-left: 40px;
}
.colorbox_item_cont.cont_deslizable:last-child {
  margin-right: 40px;
}
.colorbox_item_cont > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
  /*height: 180px;*/
  justify-content: space-evenly;
  min-height: 180px;
}
.colorbox_item_cont:not(.cont_deslizable).left > a {
  align-items: flex-end;
}
.colorbox_item_cont > a > img {
  position: absolute;
  /*height: 100%;*/
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
  filter: drop-shadow(3px -3px 3px #00000057);
  height: 150px;
}
.colorbox_item_cont:not(.cont_deslizable).left > a > img {
  transform: scaleX(-1);
  left: 0;
  filter: drop-shadow(-3px -3px 3px #00000057);
}
.colorbox_item_cont:hover > a > img {
  height: 165px;
}
.colorbox_item_cont:not(.cont_deslizable):not(.left).desbordado > a > img {
  right: -22px;
}
.colorbox_item_cont:not(.cont_deslizable).left.desbordado > a > img {
  left: -22px;
}
.colorbox_item_cont > a > p {
  color: #fff;
  font-size: 18px;
  font-family: supra_bold;
  margin: 10px 10px 0 10px;
  display: flex;
  width: calc(100% - 170px);
  letter-spacing: 1px;
  line-height: 20px;
  text-shadow: -2px 2px 3px #00000069;
  text-align: left;
  z-index: 1;
  min-width: 170px;
  flex-direction: column;
  height: 65px;
  justify-content: center;
}
.colorbox_item_cont:not(.cont_deslizable).left > a > p {
  /*justify-content: flex-end;
				text-align: right;*/
  margin: 20px 10px;
}
.colorbox_item_cont > a > p > span {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: initial;
  width: max-content;
  border-radius: 5px;
  text-shadow: 0px 0px 5px #00000099;
}
.colorbox_item_cont > a > div {
  position: relative;
  width: calc(100% - 100px);
  display: flex;
  margin-left: 10px;
  z-index: 1;
  min-width: 190px;
  max-height: 105px;
  background-color: #0000004f;
  margin-top: 10px;
  overflow: auto;
  border-radius: 10px;
  position: relative;
}
.colorbox_item_cont:not(.cont_deslizable).left > a > div {
  justify-content: flex-end;
  padding: 0 10px 10px 10px;
}
.colorbox_item_cont > a > div > p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2em;
}
.colorbox_item_cont.orange > a > div > p {
  text-shadow: 0 0 10px #8a4124;
}
.colorbox_item_cont.red1 > a > div > p {
  text-shadow: 0 0 10px #7e2525;
}
.colorbox_item_cont.red2 > a > div > p {
  text-shadow: 0 0 10px #7e5f25;
}
.colorbox_item_cont.yello > a > div > p {
  text-shadow: 0 0 10px #7e7025;
}
.colorbox_item_cont.green1 > a > div > p {
  text-shadow: 0 0 10px #437e25;
}
.colorbox_item_cont.green2 > a > div > p {
  text-shadow: 0 0 10px #257e2b;
}
.colorbox_item_cont.green3 > a > div > p {
  text-shadow: 0 0 10px #257e61;
}
.colorbox_item_cont.blue1 > a > div > p {
  text-shadow: 0 0 10px #257a7e;
}
.colorbox_item_cont.blue2 > a > div > p {
  text-shadow: 0 0 10px #25657e;
}
.colorbox_item_cont.blue3 > a > div > p {
  text-shadow: 0 0 10px #253b7e;
}
.colorbox_item_cont.violet > a > div > p {
  text-shadow: 0 0 10px #44257e;
}
.colorbox_item_cont.pink1 > a > div > p {
  text-shadow: 0 0 10px #67257e;
}
.colorbox_item_cont.pink2 > a > div > p {
  text-shadow: 0 0 10px #7e2564;
}
.colorbox_item_cont.pink3 > a > div > p {
  text-shadow: 0 0 10px #7e253e;
}
.colorbox_item_cont.brown > a > div > p {
  text-shadow: 0 0 10px #4e2309;
}
.colorbox_item_cont:not(.cont_deslizable).left > a > div > p {
  justify-content: flex-end;
}
/* vistas_web/contenido/cabecera_pag_barra_nav.html */
.web_cont_cab_barra_nav {
  width: 100%;
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  max-width: 1500px;
  margin: auto;
}
.bs_ventana.minicab .web_cont_cab_barra_nav {
  min-height: 40px;
  height: 40px;
}
.web_cont_cab_barra_nav > div {
  width: 100%;
  height: calc(100% - 5px);
  display: flex;
}
/* vistas_web/contenido/elemento_titulo_subtitulo.html */
.web_cont_elemento_titulo_subtitulo {
  width: 100%;
  margin: 5px 0 0 0;
}
.web_cont_elemento_titulo_subtitulo > h2 {
  color: #555;
  font-size: 14px;
  margin: 0;
}
.web_cont_elemento_titulo_subtitulo.noticia > h2 {
  color: #4a546f;
  font-size: 18px;
}
/* vistas_web/contenido/cabecera_pag_barra_nav_item.html */
.web_cont_cab_barra_item {
  background-color: #00000096;
  border-radius: 5px;
  margin-left: 5px;
}
.web_cont_cab_barra_item:hover {
  background-color: #000;
}
.web_cont_cab_barra_item > a {
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.web_cont_cab_barra_item > a > p {
  color: #fff;
}
.web_cont_cab_barra_item > a > p > i {
  font-size: 20px;
}
/* vistas_web/contenido/seccion_titulo_parrafo.html */
.cont_seccion_titulo_parrafo {
  width: calc(100% - 40px);
  padding: 20px;
}
.cont_seccion_titulo_parrafo > h1 {
  color: #333;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.cont_seccion_titulo_parrafo > div {
  width: 100%;
}
.cont_seccion_titulo_parrafo > div > p {
  margin: 0;
  color: #333;
  font-size: 16px;
}
.cont_seccion_titulo_parrafo > div > p:not(:first-child) {
  margin-top: 15px;
}
/* vistas_web/contenido/seccion_parrafo_item.html */
.cont_seccion_parrafo_item {
  font-size: 16px;
  margin: 10px 0 0 0;
  color: #555;
  line-height: 24px;
}
.cont_seccion_parrafo_item.dos_columnas {
  column-count: 2;
  /* numero de columnas */
  column-gap: 20px;
  /* separacion de columnas */
  column-rule: 1px outset #999999;
  /* barra de sepacion de columnas */
}
.cont_seccion_parrafo_item.noticia {
  color: #595959;
}
.cont_seccion_parrafo_item.pregunta {
  font-weight: bold;
  font-size: 20px;
  color: #154f72;
}
.cont_seccion_parrafo_item.respuesta {
  font-size: 18px;
  margin-bottom: 30px;
}
.cont_seccion_parrafo_item.cita {
  max-width: 500px;
  border-radius: 10px;
  background-color: #e65b26;
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: justify;
}
.cont_seccion_parrafo_item.box {
  max-width: 500px;
  margin: auto;
  background-color: #1e4ca5;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}
.cont_seccion_parrafo_item.texto_grande {
  font-size: 18px;
}
/* vistas_web/contenido/elemento_titulo.html */
.web_cont_elemento_titulo {
  width: calc(100% - 40px);
  margin: 20px auto;
}
.web_cont_elemento_titulo.margin_extra {
  margin: 50px auto 30px auto;
}
.web_cont_elemento_titulo.margen_inferior_0 {
  margin-bottom: 0;
}
.web_cont_elemento_titulo.bordes_union_inferior {
  border: 1px solid #444;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.web_cont_elemento_titulo.fondo_color {
  background-color: #154f72;
  margin: 0;
  padding: 10px 20px;
}
.web_cont_elemento_titulo.fondo_color.con_margin {
  width: calc(100% - 60px);
  margin: 0 10px;
  border-radius: 10px 10px 0 0;
}
.web_cont_elemento_titulo > h1 {
  color: #333;
  font-size: 28px;
  line-height: 1.1;
  margin: 5px 0;
  font-weight: bold;
}
.web_cont_elemento_titulo.fondo_color > h1 {
  color: #fff;
}
.web_cont_elemento_titulo.titulo_normal > h1 {
  font-size: 18px;
}
.web_cont_elemento_titulo.size20px > h1 {
  font-size: 20px;
}
.web_cont_elemento_titulo.size18px > h1 {
  font-size: 18px;
}
.web_cont_elemento_titulo.noticia > h1 {
  font-size: 30px;
  color: #101e49;
}
.web_cont_elemento_titulo.bordes_union_inferior > h1 {
  padding: 10px 20px;
}
/* vistas_web/contenido/seccion_parrafos.html */
.cont_seccion_parrafos {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: 20px auto;
}
.cont_seccion_parrafos.margin_top_0 {
  margin-top: 0;
}
/* vistas_web/contenido/seccion_lista_centrales.html */
.cont_seccion_lista_sectores {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: 20px auto;
}
/* PANTALLA PEQUEÑA, MENOR A 700PX */
@media screen and (max-width: 700px) {
  .cont_seccion_lista_sectores {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}
.cont_seccion_lista_sectores > div {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
/* vistas_web/contenido/seccion_lista_boxes.html */
.cont_seccion_lista_boxes {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: auto;
  max-width: 500px;
}
/* vistas_web/contenido/noticia_item.html */
.noticia_item_ELIMINAR {
  margin-top: 20px;
  /*box-shadow: 0 0 3px 1px #424242;*/
  /*box-shadow: 0 0 6px 0px #605b5b;*/
  /*border-radius: 10px;
		border: 2px solid #1a6dab;
		overflow: hidden;*/
  position: relative;
  /*height: 417px;
		width: calc(100% - 20px);*/
  width: 100%;
  height: 0px;
  padding-top: 120%;
  cursor: pointer;
  background-color: #fff;
  /*border: 2px solid #1a6dab;*/
}
.noticia_item_ELIMINAR:hover {
  /*border: 2px solid #bebebe;*/
  /*box-shadow: 0 0 4px 1px #005a90;*/
}
@media screen and (min-width: 600px) {
  .noticia_item_ELIMINAR {
    width: calc(50% - 20px);
    padding-top: 65%;
  }
}
@media screen and (min-width: 900px) {
  .noticia_item_ELIMINAR {
    width: calc(33% - 20px);
    padding-top: 45%;
  }
}
.noticia_item_ELIMINAR > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px #00000080;
  text-decoration: none;
}
.noticia_item_ELIMINAR > a > div:first-child {
  display: flex;
  justify-content: center;
  /*background-image: url(/img/noticias/noticia01.jpg);
				background-size: cover;
				border-radius: 10px 10px 0 0;
				border: 2px solid #1a6dab4a;
				border-bottom: 0;
				background-clip: revert-layer;
				background-origin: border-box;*/
}
.noticia_item_ELIMINAR > a > div:first-child > img {
  /*width: calc(100% - 4px);
				border-radius: 10px 10px 0 0;
				opacity: 0;*/
  max-width: 100%;
  /*border: 2px solid #1a6dabe3;
				border-bottom-color: rgba(26, 109, 171, 0.89);
				border-bottom-style: solid;
				border-bottom-width: 2px;
				border-bottom: 0;*/
  border-radius: 10px 10px 0 0;
}
.noticia_item_ELIMINAR > a > div:last-child {
  height: 100%;
  overflow: hidden;
  /*border: 2px solid #1a6dab;
				border-top: 0;*/
  border-radius: 0 0 10px 10px;
}
.noticia_item_ELIMINAR > a > div:last-child > div:first-child {
  width: calc(100% - 30px);
  margin: 20px auto;
  font-weight: bold;
}
/* TITULO */
.noticia_item_ELIMINAR > a > div:last-child > div:first-child > p:first-child {
  color: #155f97;
  margin: 0;
  font-size: 18px;
}
/* FECHA */
.noticia_item_ELIMINAR > a > div:last-child > div:first-child > p:last-child {
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}
.noticia_item_ELIMINAR > a > div:last-child > div:nth-child(2) {
  width: calc(100% - 30px);
  margin: auto;
}
.noticia_item_ELIMINAR > a > div:last-child > div:nth-child(2) > p {
  margin: 20px 0;
  font-family: Verdana;
  font-size: 16px;
  color: #444;
}
.noticia_item_ELIMINAR > a > div:last-child > div:nth-child(3) {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  background: #fff;
  background: linear-gradient(180deg, #fff0 0%, #fff 40%, #fff 100%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 13px;
  border-radius: 0 0 10px 10px;
}
.noticia_item_ELIMINAR > a > div:last-child > div:nth-child(3) > p {
  color: #999;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
.noticia_item_ELIMINAR > a > div:last-child > div:nth-child(3) > i {
  margin-left: 10px;
  font-size: 20px;
  color: #999;
  margin-top: 15px;
}
.noticia_item_ELIMINAR:hover > div > div:last-child > div:nth-child(3) > p, .noticia_item_ELIMINAR:hover > div > div:last-child > div:nth-child(3) > i {
  color: #036cba;
  font-weight: bold;
}
/* vistas_web/contenido/contenido_base.html */
/*CON CABECERA EXPANDIDA*/
.bs_ventana {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 157px;
  height: calc(100% - 157px);
}
.bs_ventana.con_banner {
  padding-top: 0;
  height: 100%;
}
/*CON CABECERA SEMI CONTRAIDA*/
.bs_ventana.minicab:not(.con_banner), .bs_ventana.minicab.super, .bs_ventana.solo_mini {
  padding-top: 105px;
  height: calc(100% - 105px);
}
/*NEW TOP: MOSTRAR CABECERA SOLI SI ESTA CON MINICAB (CABECERA SEMI CONTRAIDA)*/
.bs_ventana.top_new {
  padding-top: 0;
  height: 100%;
}
.bs_ventana.top_new.minicab {
  /*padding-top: 0;*/
  padding-top: 107px;
  height: calc(100% - 107px);
}
.bs_ventana.sin_cabecera {
  height: 100%;
  padding-top: 0;
}
.bs_ventana.act {
  display: block;
}
.bs_ventana:not(.home) > div:first-child {
  width: 100%;
  box-shadow: 0px 1px 33px -12px #000;
  position: absolute;
  height: 155px;
  z-index: 2;
  background-color: #fff;
  top: 0;
}
.bs_ventana.solo_mini > div:first-child, .bs_ventana.minicab:not(.home) > div:first-child {
  height: 105px;
}
.bs_ventana.sin_cabecera > div:first-child, .bs_ventana.con_banner > div:first-child {
  display: none;
}
.bs_ventana.con_banner.minicab > div:first-child {
  /*display: block;*/
}
.bs_ventana.top_new > div:first-child {
  top: -157px;
  opacity: 0;
}
.bs_ventana.top_new.minicab > div:first-child {
  top: 0;
  opacity: 1;
}
/*
		@each $color_nombre, $color_codigos in $multicolor{
    
			$color_1: nth($color_codigos, 1);
			$color_2: nth($color_codigos, 2);

			.bs_ventana.#{$color_nombre} > div:first-child{
	
				border-bottom: 2px solid $color_1;
			}
		}
		*/
.bs_ventana > div:last-child {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
.bs_ventana:not(.home) > div:last-child {
  /*max-width: 1500px;
			margin: auto;*/
}
.bs_ventana.sin_cabecera > div:last-child {
  height: 100%;
}
.bs_ventana > .bs_ventana_cont > .cont_pag_banner {
  width: 100%;
  height: 105px;
  position: fixed;
  /*top: 0;*/
  z-index: 2;
  display: none;
}
.bs_ventana.minicab > .bs_ventana_cont > .cont_pag_banner {
  display: block;
}
#bs_cont_princ.app .bs_ventana > .bs_ventana_cont > .cont_pag_banner {
  top: -110px;
  display: block;
}
#bs_cont_princ.app .bs_ventana.minicab > .bs_ventana_cont > .cont_pag_banner {
  top: 0;
}
/* vistas_web/contenido/subcategoria_resumen_box.html */
.subcat_item_cont {
  border-radius: 10px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px #b4b4b4;
  width: 100%;
  margin-bottom: 15px;
}
/*estilo cuando esta dentro de un contenedor deslizable*/
.subcat_item_cont.cont_deslizable {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  margin-left: 20px;
  height: 200px;
}
.subcat_item_cont.cont_deslizable:first-child {
  margin-left: 40px;
}
.subcat_item_cont.cont_deslizable:last-child {
  margin-right: 40px;
}
.subcat_item_cont > div {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.subcat_item_cont > div > img {
  height: 100%;
  position: absolute;
  right: 0;
}
.subcat_item_cont > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.subcat_item_cont:not(.sin_img).blue2 > div > div {
  background-color: #3055d7bd;
}
.subcat_item_cont:not(.sin_img).blue > div > div {
  background-color: #116da2bd;
}
.subcat_item_cont:not(.sin_img).green > div > div {
  background-color: #27a627bd;
}
.subcat_item_cont:not(.sin_img).orange > div > div {
  background-color: #ec8d20bd;
}
.subcat_item_cont:not(.sin_img).brown > div > div {
  background-color: #884015bd;
}
.subcat_item_cont:not(.sin_img).red > div > div {
  background-color: #e03e3ebd;
}
.subcat_item_cont.sin_img.blue2 > div > div {
  background-color: #3055d7;
  background-image: linear-gradient(to right bottom, #3055d7, #1636aa);
}
.subcat_item_cont.sin_img.blue > div > div {
  background-color: #116da2;
  background-image: linear-gradient(to right bottom, #116da2, #0b5580);
}
.subcat_item_cont.sin_img.green > div > div {
  background-color: #27a627;
  background-image: linear-gradient(to right bottom, #27a627, #128612);
}
.subcat_item_cont.sin_img.orange > div > div {
  background-color: #ec8d20;
  background-image: linear-gradient(to right bottom, #ec8d20, #a45a04);
}
.subcat_item_cont.sin_img.brown > div > div {
  background-color: #a35d35;
  background-image: linear-gradient(to right bottom, #a35d35, #81421f);
}
.subcat_item_cont.sin_img.red > div > div {
  background-color: #e03e3e;
  background-image: linear-gradient(to right bottom, #e03e3e, #b41e1e);
}
.subcat_item_cont > a {
  width: calc(100% - 40px);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  height: 150px;
  justify-content: center;
}
.subcat_item_cont > a > p {
  color: #fff;
  font-size: 18px;
  font-family: supra_bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-shadow: -2px 2px 3px #00000069;
}
.subcat_item_cont > a > p > span {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: initial;
  width: max-content;
  border-radius: 5px;
}
.subcat_item_cont > a > div {
  position: relative;
  /*width: calc(100% - 40px);*/
  display: flex;
}
.subcat_item_cont > a > div > p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  width: calc(100% - 50px);
  font-weight: bold;
  background-color: #0000004f;
  padding: 10px;
  border-radius: 10px;
}
.subcat_item_cont > a > div > i {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  color: #ffffff4a;
  justify-content: end;
}
.subcat_item_cont:hover > a > div > i {
  color: #fff;
}
/* vistas_web/contenido/seccion_box_btn.html */
.cont_seccion_btn {
  display: flex;
  max-width: calc(100% - 40px);
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
  text-decoration: none;
  background-color: #777;
  width: 350px;
  box-shadow: -1px 1px 2px 0px #666;
  cursor: pointer;
}
.cont_seccion_btn:hover {
  box-shadow: -2px 2px 4px 0px #000;
}
.cont_seccion_btn.violet {
  background-color: #6f66f8;
  border: 1px solid #3129b1;
}
.cont_seccion_btn.orange {
  background-color: #f7860b;
  border: 1px solid #6f4619;
}
.cont_seccion_btn.yellow {
  background-color: #c1971e;
  border: 1px solid #7c5f09;
}
.cont_seccion_btn.green {
  background-color: #3f973f;
  border: 1px solid #186118;
}
.cont_seccion_btn.blue {
  background-color: #036cba;
  border: 1px solid #041d30;
}
.cont_seccion_btn > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.cont_seccion_btn > div:first-child > i {
  font-size: 24px;
  margin: 15px;
  color: #fff;
}
.cont_seccion_btn > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont_seccion_btn > div:nth-child(2) > p {
  font-size: 16px;
  color: #fff;
  margin: 10px;
  margin-bottom: 0;
}
.cont_seccion_btn > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: end;
  height: 30px;
  align-items: center;
}
.cont_seccion_btn > div:nth-child(2) > div > i {
  font-size: 12px;
  color: #fff9;
  margin-right: 11px;
}
.cont_seccion_btn > div:nth-child(2) > div > p {
  font-size: 12px;
  margin: 0;
  color: #fff9;
  margin-right: 20px;
}
.cont_seccion_btn:hover > div:nth-child(2) > div > i, .cont_seccion_btn:hover > div:nth-child(2) > div > p {
  color: #fff;
  font-weight: bold;
}
/* vistas_web/contenido/cabecera_pag.html */
.contenido_cabecera_pag {
  position: relative;
  width: 100%;
  height: 100%;
}
.contenido_cabecera_pag > div:first-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  display: none;
}
.contenido_cabecera_pag.con_banner > div:first-child {
  display: flex;
  background-position: center;
  background-size: cover;
}
.contenido_cabecera_pag > div:first-child > img {
  width: 100%;
  position: absolute;
  min-height: 100%;
  filter: blur(3px);
}
.contenido_cabecera_pag.con_banner > div:first-child > img {
  display: none;
}
@media screen and (max-width: 600px) {
  .contenido_cabecera_pag > div:first-child > img {
    width: auto;
  }
}
.contenido_cabecera_pag > div:nth-child(2) {
  width: 100%;
  height: 100%;
  /*background-color: #5b5b5bbd;*/
  position: absolute;
  display: flex;
  flex-direction: column;
  box-shadow: 0px -7px 25px #000;
}
.contenido_cabecera_pag.con_subtitulo > div:nth-child(2) {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.contenido_cabecera_pag.orange > div:nth-child(2) {
  background-image: linear-gradient(to right, #e66b3b, #e66b3b29);
}
.contenido_cabecera_pag.violeta > div:nth-child(2) {
  background-image: linear-gradient(to right, #642c8f, #642c8f29);
}
.contenido_cabecera_pag.turquesa > div:nth-child(2) {
  background-image: linear-gradient(to right, #008e9c, #008e9c29);
}
.contenido_cabecera_pag.green > div:nth-child(2) {
  background-image: linear-gradient(to right, #00820b, #00820b29);
}
.contenido_cabecera_pag.blue > div:nth-child(2) {
  background-image: linear-gradient(to right, #4e9ed7, #4e9ed729);
}
.contenido_cabecera_pag.blue2 > div:nth-child(2) {
  background-image: linear-gradient(to right, #3258e1, #3258e129);
}
.contenido_cabecera_pag.brown > div:nth-child(2) {
  background-image: linear-gradient(to right, #8e3600, #8e360029);
}
/*
		@each $color_nombre, $color_codigos in $multicolor{

			$color_1: nth($color_codigos, 1);
			$color_2: nth($color_codigos, 2);

			.contenido_cabecera_pag.#{$color_nombre}  	> div:nth-child(2){
				background-color: $color_1;
				background-image: linear-gradient(to bottom, $color_1, $color_2);
			}
		}
		*/
.contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo {
  width: calc(100% - 125px);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media screen and (min-width: 1520px) {
  .contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo {
    max-width: 1500px;
    margin: auto;
  }
}
.contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  color: #363536;
  margin: 0;
  font-size: 30px;
  display: flex;
  /*text-shadow: -2px 2px 2px #000;*/
  flex-direction: column;
  font-family: supra_bold;
  line-height: 32px;
}
.contenido_cabecera_pag.green > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p, .contenido_cabecera_pag.orange > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p, .contenido_cabecera_pag.turquesa > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p, .contenido_cabecera_pag.blue > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p, .contenido_cabecera_pag.brown > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p, .contenido_cabecera_pag.blue2 > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  color: #fff;
}
.contenido_cabecera_pag.con_banner > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  color: #fff;
}
/* MINICAB */
.bs_ventana.minicab .contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  font-size: 22px;
  line-height: 1.1;
}
.contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p > span {
  font-size: 14px;
  line-height: 15px;
}
/* MINICAB */
.bs_ventana.minicab .contenido_cabecera_pag > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p > span {
  font-size: 12px;
}
/*CLASES PARA CABECERA DE DIRECCIONES MUNICIPALES*/
.contenido_cabecera_pag.direccion_titulo > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  font-size: 40px;
  font-family: supra_bold_italic, sans-serif;
  /*text-shadow: -3px 3px 5px #00000070;*/
  line-height: 0.9;
  text-transform: uppercase;
  /*align-items: center;
				text-align: center;*/
}
/* MINICAB */
.bs_ventana.minicab .contenido_cabecera_pag.direccion_titulo > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  font-size: 30px;
}
.contenido_cabecera_pag.direccion_titulo.mini > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  font-size: 30px;
}
/* MINICAB */
.bs_ventana.minicab .contenido_cabecera_pag.direccion_titulo.mini > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p {
  font-size: 26px;
}
.contenido_cabecera_pag.direccion_titulo > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p > img {
  width: 115px;
  /*filter: drop-shadow(-3px 3px 3px #00000070);
				margin-top: 3px;*/
}
/* MINICAB */
.bs_ventana.minicab .contenido_cabecera_pag.direccion_titulo > div:nth-child(2) > div.contenido_cabecera_pag_titulo > p > img {
  width: 112px;
}
/* vistas_web/contenido/contenedor_tramites.html */
#cont_web_tramites {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px;
  margin-top: 0;
}
#cont_web_tramites > div:first-child {
  width: 100%;
  display: none;
}
#cont_web_tramites > div:first-child > div {
  width: 100%;
}
#cont_web_tramites > div:nth-child(2) {
  width: 100%;
}
#cont_web_tramites > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* vistas_web/contenido/seccion_box_itl.html */
.cont_seccion_itl {
  display: flex;
  max-width: calc(100% - 20px);
  border-radius: 10px;
  margin: 20px auto;
  overflow: hidden;
  text-decoration: none;
  background-color: #777;
  width: 350px;
  box-shadow: -1px 1px 2px 0px #666;
}
.cont_seccion_itl:hover {
  box-shadow: -2px 2px 4px 0px #000;
}
.cont_seccion_itl.solo_margin_top_15 {
  margin: 0;
  margin-top: 15px;
}
.cont_seccion_itl.solo_margin_top_15:first-child {
  margin-top: 0;
}
.cont_seccion_itl.violet {
  background-color: #6f66f8;
  border: 1px solid #3129b1;
}
.cont_seccion_itl.orange {
  background-color: #f7860b;
  border: 1px solid #6f4619;
}
.cont_seccion_itl.yellow {
  background-color: #c1971e;
  border: 1px solid #7c5f09;
}
.cont_seccion_itl.green {
  background-color: #3f973f;
  border: 1px solid #186118;
}
.cont_seccion_itl.blue {
  background-color: #036cba;
  border: 1px solid #041d30;
}
.cont_seccion_itl > div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.cont_seccion_itl > div:first-child > i {
  font-size: 24px;
  margin: 15px;
  color: #fff;
}
.cont_seccion_itl > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cont_seccion_itl > div:nth-child(2) > p {
  font-size: 16px;
  color: #fff;
  margin: 10px;
  margin-bottom: 0;
}
.cont_seccion_itl > div:nth-child(2) > div {
  width: 100%;
  display: flex;
  justify-content: end;
  height: 30px;
  align-items: center;
}
.cont_seccion_itl > div:nth-child(2) > div > i {
  font-size: 12px;
  color: #fff9;
  margin-right: 11px;
}
.cont_seccion_itl > div:nth-child(2) > div > p {
  font-size: 12px;
  margin: 0;
  color: #fff9;
  margin-right: 20px;
}
.cont_seccion_itl:hover > div:nth-child(2) > div > i, .cont_seccion_itl:hover > div:nth-child(2) > div > p {
  color: #fff;
  font-weight: bold;
}
/* vistas_web/contenido/tramites_item.html */
.web_item_tramite {
  width: calc(100% - 22px);
  max-width: calc(100% - 20px);
  display: none;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 11px;
  margin: 10px;
  text-decoration: none;
  box-shadow: 3px 3px 5px 0px #b4b4b4;
  flex-direction: column;
  max-width: 450px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .web_item_tramite {
    width: calc(100% - 2px);
    margin: 10px 0;
  }
}
@media screen and (min-width: 750px) {
  .web_item_tramite {
    width: calc(50% - 22px);
  }
}
@media screen and (min-width: 1100px) {
  .web_item_tramite {
    width: calc(33% - 22px);
  }
}
.web_item_tramite.act {
  display: flex;
}
.web_item_tramite > div:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  border-bottom: 0 !important;
}
.web_item_tramite.blue > div:first-child {
  background-color: #588bb0;
}
.web_item_tramite.orange > div:first-child {
  background-color: #eda65f;
}
.web_item_tramite.green > div:first-child {
  background-color: #578b73;
}
.web_item_tramite.red > div:first-child {
  background-color: #ed876a;
}
.web_item_tramite.brown > div:first-child {
  background-color: #ab7b6b;
}
.web_item_tramite > div:first-child > i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  margin-left: 10px;
}
.web_item_tramite.blue > div:first-child > i {
  color: #b9d4e8;
}
.web_item_tramite.orange > div:first-child > i {
  color: #fef3e7;
}
.web_item_tramite.green > div:first-child > i {
  color: #a5d6c0;
}
.web_item_tramite.red > div:first-child > i {
  color: #fff4f1;
}
.web_item_tramite.brown > div:first-child > i {
  color: #e8cfc7;
}
.web_item_tramite > div:first-child > p {
  margin: 0;
  margin-left: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.web_item_tramite.blue > div:first-child > p {
  color: #b9d4e8;
}
.web_item_tramite.orange > div:first-child > p {
  color: #fef3e7;
}
.web_item_tramite.green > div:first-child > p {
  color: #a5d6c0;
}
.web_item_tramite.red > div:first-child > p {
  color: #fff4f1;
}
.web_item_tramite.brown > div:first-child > p {
  color: #e8cfc7;
}
.web_item_tramite > div:nth-child(2) {
  height: max-content;
  display: flex;
  flex-direction: column;
  background-color: white;
  min-height: 150px;
  margin: 40px 0 50px 0;
  height: 100%;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.web_item_tramite.blue > div:nth-child(2) {
  border: 1px solid #3e86bb;
}
.web_item_tramite.orange > div:nth-child(2) {
  border: 1px solid #fa9e43;
}
.web_item_tramite.green > div:nth-child(2) {
  border: 1px solid #41916d;
}
.web_item_tramite.red > div:nth-child(2) {
  border: 1px solid #fa744e;
}
.web_item_tramite.brown > div:nth-child(2) {
  border: 1px solid #b8694f;
}
.web_item_tramite > div:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.web_item_tramite > div:nth-child(2) > div:first-child {
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:first-child {
  width: 65px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:first-child > i {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  box-shadow: inset 0 0 6px #000000ab;
  text-shadow: -2px 2px 4px #000000ab;
}
.web_item_tramite.blue > div:nth-child(2) > div:first-child > div:first-child > i {
  background-color: #3573a0;
}
.web_item_tramite.orange > div:nth-child(2) > div:first-child > div:first-child > i {
  background-color: #f98d20;
}
.web_item_tramite.green > div:nth-child(2) > div:first-child > div:first-child > i {
  background-color: #36795b;
}
.web_item_tramite.red > div:nth-child(2) > div:first-child > div:first-child > i {
  background-color: #f8592c;
}
.web_item_tramite.brown > div:nth-child(2) > div:first-child > div:first-child > i {
  background-color: #a15942;
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child {
  width: calc(100% - 95px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
  align-items: stretch;
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p:first-child {
  width: max-content;
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  background-color: #8b8b8b;
  border-radius: 5px;
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.blue:first-child {
  color: #7a7d81;
  background-color: rgba(84, 124, 167, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.orange:first-child {
  color: #866c5a;
  background-color: rgba(168, 103, 56, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.orange_ green:first-child {
  color: #3a6d54;
  background-color: rgba(33, 134, 84, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.red:first-child {
  color: #928383;
  background-color: rgba(181, 96, 96, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.brown:first-child {
  color: #57504c;
  background-color: rgba(112, 73, 51, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.pink:first-child {
  color: #6a6669;
  background-color: rgba(137, 71, 127, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.deepred:first-child {
  color: #bf4040;
  background-color: rgba(230, 26, 26, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.deeporange:first-child {
  color: #bf6440;
  background-color: rgba(230, 83, 26, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.deepblue:first-child {
  color: #4c88b1;
  background-color: rgba(38, 144, 215, 0.2);
}
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p.deepgreen:first-child {
  color: #1e4d1a;
  background-color: rgba(17, 92, 10, 0.2);
}
/*NOMBRE DEL TRAMITE*/
.web_item_tramite > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  margin: 0;
  /*color: #0a5201;*/
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  font-family: supra_light;
  letter-spacing: 0.5px;
}
.web_item_tramite.blue > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  color: #3573a0;
}
.web_item_tramite.orange > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  color: #f98d20;
}
.web_item_tramite.green > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  color: #36795b;
}
.web_item_tramite.red > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  color: #f8592c;
}
.web_item_tramite.brown > div:nth-child(2) > div:first-child > div:last-child > p:last-child {
  color: #a15942;
}
.web_item_tramite > div:nth-child(2) > div:last-child {
  min-height: 50px;
}
.web_item_tramite > div:nth-child(2) > div:last-child > p {
  margin: 0;
  padding: 15px;
  padding-top: 0;
  color: #555;
  font-size: 16px;
}
.web_item_tramite > div:nth-child(3) {
  width: 100%;
  height: 50px;
  display: flex;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
}
.web_item_tramite.blue > div:nth-child(3) {
  background-color: #4d7ea1;
}
.web_item_tramite.blue > div:nth-child(3):hover {
  background-color: #2e658d;
}
.web_item_tramite.orange > div:nth-child(3) {
  background-color: #ea9948;
}
.web_item_tramite.orange > div:nth-child(3):hover {
  background-color: #f88008;
}
.web_item_tramite.green > div:nth-child(3) {
  background-color: #4d7b66;
}
.web_item_tramite.green > div:nth-child(3):hover {
  background-color: #2e674d;
}
.web_item_tramite.red > div:nth-child(3) {
  background-color: #eb7553;
}
.web_item_tramite.red > div:nth-child(3):hover {
  background-color: #f84613;
}
.web_item_tramite.brown > div:nth-child(3) {
  background-color: #a16d5c;
}
.web_item_tramite.brown > div:nth-child(3):hover {
  background-color: #8f4f3a;
}
.web_item_tramite > div:nth-child(3) > div {
  width: 100%;
  height: 100%;
}
.web_item_tramite > div:nth-child(3) > div > div, .web_item_tramite > div:nth-child(3) > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_item_tramite > div:nth-child(3) > div > div > p, .web_item_tramite > div:nth-child(3) > div > a > p {
  margin: 0;
  color: #fff;
  text-align: center;
  width: calc(100% - 20px);
  font-size: 16px;
}
.web_item_tramite > div:nth-child(3) > div > div > p > i, .web_item_tramite > div:nth-child(3) > div > a > p > i {
  margin-left: 15px;
  color: #fff;
  font-size: 20px;
}
/* vistas_web/contenido/seccion_lista_desordenada.html */
.cont_seccion_lista_desordenada {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: 20px auto;
}
.cont_seccion_lista_desordenada.sin_margen_superior {
  margin-top: 0;
}
.cont_seccion_lista_desordenada > ul {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .cont_seccion_lista_desordenada {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .cont_seccion_lista_desordenada > ul {
    padding: 20px;
  }
}
/* vistas_web/contenido/cabecera_base.html */
.contenido_cabecera {
  position: relative;
  width: 100%;
  height: 100%;
}
.contenido_cabecera.ora_mod_int_ale_dar {
  background-color: #ec6e21;
  background-image: linear-gradient(to bottom, #ec6e21, #dc5f1d);
}
.contenido_cabecera.ora_mod_cla {
  background-color: #f08e1d;
  background-image: linear-gradient(to bottom, #f08e1d, #df7701);
}
.contenido_cabecera.mos_ora_mod_cla {
  background-color: #e6b413;
  background-image: linear-gradient(to bottom, #e6b413, #d39c04);
}
.contenido_cabecera.orange {
  background-color: #fc9d30;
  background-image: linear-gradient(to bottom, #fc9d30, #ed8a18);
}
.contenido_cabecera.orange_strong {
  background-color: #ec6e21;
  background-image: linear-gradient(to bottom, #ec6e21, #dc5f1d);
}
.contenido_cabecera.deeporange {
  background-color: #ff4800;
  background-image: linear-gradient(to bottom, #ff4800, #9b2c00);
}
.contenido_cabecera.blue_light {
  background-color: #4e9ed7;
  background-image: linear-gradient(to bottom, #4e9ed7, #4e9ed7);
}
.contenido_cabecera.blue {
  background-color: #319ff2;
  background-image: linear-gradient(to bottom, #319ff2, #1a6dab);
}
.contenido_cabecera.deepblue {
  background-color: #0d95f0;
  background-image: linear-gradient(to bottom, #0d95f0, #025e9b);
}
.contenido_cabecera.deepred {
  background-color: #ff0000;
  background-image: linear-gradient(to bottom, #ff0000, #8b0000);
}
.contenido_cabecera.green_respaldo {
  background-color: #058b45;
  background-image: linear-gradient(to bottom, #058b45, #037439);
}
.contenido_cabecera.green {
  background-color: #00b567;
  background-image: linear-gradient(to bottom, #00b567, #007848);
}
.contenido_cabecera.brown {
  background-color: #e9864a;
  background-image: linear-gradient(to bottom, #e9864a, #b45f2b);
}
.contenido_cabecera.turquesa {
  background-color: #008e9c;
  background-image: linear-gradient(to bottom, #008e9c, #005a62);
}
.contenido_cabecera > div:first-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  display: none;
}
.contenido_cabecera > div:first-child > img {
  width: 100%;
  position: absolute;
  min-height: 100%;
  filter: blur(3px);
}
@media screen and (max-width: 600px) {
  .contenido_cabecera > div:first-child > img {
    width: auto;
  }
}
.contenido_cabecera > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*position: absolute;*/
  max-width: 1500px;
  margin: auto;
}
.contenido_cabecera > div:nth-child(2) > div:first-child {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: calc(100% - 115px);
}
.contenido_cabecera > div:nth-child(2) > div:first-child > p {
  color: #fff;
  margin: 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  text-shadow: -2px 2px 2px #000;
}
.contenido_cabecera > div:nth-child(2) > div:first-child > img {
  height: 60px;
  max-height: 70%;
  max-width: 100%;
}
.contenido_cabecera > div:nth-child(2) > div:last-child {
  height: 45px;
  display: flex;
  position: relative;
}
/* vistas_web/contenido/cabecera_subcat_item.html */
.cab_subcat_iem {
  min-width: 40px;
  margin: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin-left: 5px;
  background-color: #0000003d;
  height: 40px;
  border-radius: 5px;
  padding: 0 7px;
}
.cab_subcat_iem.act {
  background-color: #fff;
  cursor: default;
}
.cab_subcat_iem:not(.act):hover {
  background-color: #00000085;
}
.cab_subcat_iem.home {
  min-width: 30px;
}
@media screen and (max-width: 200px) {
  .super_cont_cat.cab > .cab_subcat_iem:not(.home):not(.cab_ocultos):not(.act) {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 300px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_"] {
    display: none;
  }
}
@media screen and (min-width: 300px) and (max-width: 400px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_"] {
    display: none;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_"] {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_"] {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 700px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_"] {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 800px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_"] {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_"] {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1000px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_"] {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_"] {
    display: none;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_10_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_"] {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .bs_ventana:not(.minicab) .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_10_"] {
    display: none;
  }
  .bs_ventana:not(.minicab) .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_10_11_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab:not(.home) > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_"] {
    display: none;
  }
  .bs_ventana.minicab .super_cont_cat.cab.home > .cab_subcat_iem[class*="btn_cat_1_2_3_4_5_6_7_8_9_10_"] {
    display: none;
  }
}
.cab_subcat_iem > p {
  color: #ffffffd6;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.cab_subcat_iem:not(.act):hover > p {
  color: #fff;
}
.cab_subcat_iem.act > p {
  color: #5e5e5e;
}
.contenido_cabecera.blue .cab_subcat_iem.act > p {
  color: #024375;
}
.contenido_cabecera.green .cab_subcat_iem.act > p {
  color: #196840;
}
.contenido_cabecera.orange .cab_subcat_iem.act > p {
  color: #ac5331;
}
.contenido_cabecera.brown .cab_subcat_iem.act > p {
  color: #ac5331;
}
.cab_subcat_iem > p > i {
  font-size: 22px;
}
/* vistas_web/contenido/seccion_video_youtube.html */
.cont_seccion_video_youtube {
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 20px;
  max-width: 700px;
}
.cont_seccion_video_youtube > div {
  width: 100%;
  height: 0;
  padding-top: 53.2%;
  position: relative;
}
.cont_seccion_video_youtube > div > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cont_seccion_video_youtube > div > div > iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
/* vistas_web/contenido/seccion_lista_boxes_item.html */
.cont_seccion_lista_boxes_item {
  margin: 2px;
  padding: 0 10px;
  border: 1px solid #444;
  border-radius: 5px;
}
.cont_seccion_lista_boxes_item > p {
  font-size: 16px;
  color: #3e3d3d;
  font-weight: bold;
  margin: 15px 0;
}
/* vistas_web/contenido/contenedor_conconaldia.html */
#cont_aldia {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px;
  margin-top: 0;
}
/* vistas_web/contenido/seccion_box_tdt.html */
.cont_seccion_tdt {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  border-radius: 10px;
  border: 1px solid #036cba;
  margin: 20px auto;
  overflow: hidden;
  width: calc(100% - 40px);
}
.cont_seccion_tdt > div:first-child {
  width: 100%;
  background-color: #036cba;
}
.cont_seccion_tdt > div:first-child > p {
  font-size: 18px;
  margin: 10px;
  color: #fff;
  text-transform: uppercase;
}
.cont_seccion_tdt > div:last-child {
  width: 100%;
}
.cont_seccion_tdt > div:last-child {
  width: 100%;
  border-top: 1px solid #036cba;
}
.cont_seccion_tdt > div:last-child > p {
  font-size: 14px;
  margin: 10px;
  color: #2f2e2e;
}
/* vistas_web/contenido/contenido_titulo.html */
.contenido_titulo {
  width: calc(100% - 40px);
  padding: 20px;
  margin-top: 20px;
}
.contenido_titulo > h1 {
  margin: 0;
  color: #036cba;
  font-size: 22px;
}
.contenido_titulo > p {
  color: #4f4f4f;
  font-size: 14px;
  margin: 0;
  font-weight: bold;
  margin-top: 5px;
  display: none;
}
.contenido_titulo.tit_subtitulo > p {
  display: block;
}
/* vistas_web/contenido/cabecera_subcat_item_ver_mas.html */
.cab_subcat_iem > div > i {
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  margin-left: 10px;
  display: none;
}
.cab_subcat_iem > div > i.arrow {
  font-size: 18px;
  margin-left: 10px;
}
.cab_subcat_iem:not(.act) > div > i.mostrar, .cab_subcat_iem.act > div > i.ocultar {
  display: flex;
}
/* vistas_web/contenido/seccion_tabla_simple.html */
.cont_seccion_tabla {
  border: 1px solid #848484;
  border-radius: 10px;
  margin: 20px auto;
  width: fit-content;
  max-width: calc(100% - 40px);
  overflow: auto;
}
.cont_seccion_tabla.blue {
  border: 1px solid #014a95;
  background-color: #014a95;
  background-image: linear-gradient(to bottom right, #014a95, #0091b3, #004286);
  box-shadow: 3px 3px 5px 0px #b4b4b4, inset 0px 0px 8px 0px #004d60;
  border-bottom: 0;
}
.cont_seccion_tabla > table {
  border-collapse: collapse;
}
/*TITULOS*/
.cont_seccion_tabla > table > tbody > tr.web_cont_tbl_titulos {
  background-color: #036cba;
}
.cont_seccion_tabla > table > tbody > tr.web_cont_tbl_titulos > th {
  text-align: left;
  color: #fff;
  font-weight: normal;
  padding: 10px;
}
.cont_seccion_tabla > table > tbody > tr.web_cont_tbl_titulos > th:last-child {
  text-align: center;
}
/*FILAS*/
.cont_seccion_tabla > table > tbody > tr {
  border-top: 1px solid #848484;
}
.cont_seccion_tabla.blue > table > tbody > tr {
  border-top: 1px solid #00000040;
}
.cont_seccion_tabla > table > tbody > tr:first-child {
  border: 0;
}
.cont_seccion_tabla > table > tbody > tr > td {
  color: #444;
  padding: 10px;
  font-size: 16px;
}
.cont_seccion_tabla.blue > table > tbody > tr > td {
  color: #fff;
  text-shadow: -3px 3px 5px #040404;
}
.cont_seccion_tabla > table > tbody > tr > td > span {
  margin-right: 20px;
}
.cont_seccion_tabla.fila_uno_bold > table > tbody > tr > td:first-child {
  font-weight: bold;
}
.cont_seccion_tabla > table > tbody > tr > td:first-child > i {
  font-size: 19px;
  width: 32px;
}
.cont_seccion_tabla > table > tbody > tr > td.blue_bold {
  color: #01497e;
  font-weight: bold;
}
.cont_seccion_tabla > table > tbody > tr > td.bold {
  font-weight: bold;
}
.cont_seccion_tabla > table > tbody > tr > td:last-child {
  text-align: right;
}
/* vistas_web/contenido/seccion_imagen.html */
.cont_seccion_imagen {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cont_seccion_imagen.margin_0 {
  margin: 0;
}
.cont_seccion_imagen.height_200 {
  height: 200px;
  width: auto;
  margin-right: 10px;
}
.cont_seccion_imagen > div {
  width: calc(100% - 40px);
  margin: auto;
  max-width: 500px;
  position: relative;
}
.cont_seccion_imagen.sin_margen_lateral > div {
  width: 100%;
  margin: auto;
}
.cont_seccion_imagen.grande > div {
  max-width: 750px;
}
.cont_seccion_imagen.max_width_300 > div {
  max-width: 300px;
}
.cont_seccion_imagen.height_200 > div {
  width: auto;
  height: 100%;
}
.cont_seccion_imagen > div > img {
  width: calc(100% - 10px);
  border: 1px solid #036cba;
  padding: 5px;
  border-radius: 10px;
}
.cont_seccion_imagen.sin_margen_lateral > div > img {
  width: 100%;
}
.cont_seccion_imagen.sin_bordes > div > img {
  border: 0;
  padding: 0;
}
.cont_seccion_imagen.border_radius_0 > div > img {
  border-radius: 0;
}
.cont_seccion_imagen.height_200 > div > img {
  width: auto;
  height: 100%;
}
.cont_seccion_imagen > div > p {
  position: absolute;
  bottom: 5px;
  padding: 15px 10px;
  background-color: #00000080;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 15px;
  margin: 0;
  width: calc(100% - 30px);
}
/* vistas_web/contenido/seccion_lista_item.html */
.cont_seccion_lista_item {
  font-size: 16px;
  margin: 10px 0 0 0;
  color: #555;
}
.cont_seccion_lista_item.texto_grande {
  font-size: 18px;
}
.cont_seccion_lista_item.borde_superior {
  border-top: 1px solid #888;
}
.cont_seccion_lista_item.borde_superior:first-child {
  border-top: 0;
}
/* vistas_web/contenido/seccion_galeria_basica.html */
.cont_seccion_galeria_basica {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.cont_seccion_galeria_basica > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1000px;
}
.cont_seccion_galeria_basica > div > a {
  display: block;
  width: 150px;
  height: 100px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.cont_seccion_galeria_basica > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cont_seccion_galeria_basica > div > a:hover > img {
  width: 110%;
  height: 110%;
}
/* vistas_web/contenido/seccion_box_laboral.html */
.box_cont_oferta_laboral {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 0 7px -1px #000;
  cursor: pointer;
  margin: 30px auto;
}
@media screen and (max-width: 550px) {
  .box_cont_oferta_laboral {
    flex-direction: column;
  }
}
.box_cont_oferta_laboral > div:first-child {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 550px) {
  .box_cont_oferta_laboral > div:first-child {
    width: 100%;
  }
}
.box_cont_oferta_laboral > div:first-child > img {
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0 0 8px -1px #292727d1;
  height: calc(100% - 10px);
}
.box_cont_oferta_laboral > div:nth-child(2) {
  width: calc(100% - 200px);
  height: calc(200px - 30px);
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .box_cont_oferta_laboral > div:nth-child(2) {
    width: calc(100% - 30px);
  }
}
.box_cont_oferta_laboral > div:nth-child(2) > h1 {
  margin: 0 0 15px 0;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #00508c;
}
.box_cont_oferta_laboral > div:nth-child(2) > p {
  font-size: 14px;
  text-align: justify;
  color: #444;
}
.box_cont_oferta_laboral > div:nth-child(2) > div {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.98) 56%, rgba(255, 255, 255, 0) 100%);
  text-transform: uppercase;
  display: flex;
  align-items: end;
  -webkit-align-items: end;
  justify-content: end;
  -webkit-justify-content: end;
}
.box_cont_oferta_laboral > div:nth-child(2) > div > p {
  margin-right: 5px;
  color: #898888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.box_cont_oferta_laboral > div:nth-child(2) > div > i {
  margin-right: 30px;
  margin-bottom: 12px;
  color: #898888;
}
.box_cont_oferta_laboral:hover > div:nth-child(2) > div > i {
  color: #036cba;
}
.box_cont_oferta_laboral:hover > div:nth-child(2) > div > p {
  color: #036cba;
  font-weight: bold;
}
/* vistas_web/contenido/cabecera_base_titulo_enlace.html */
.bse_cab_titulo {
  height: auto;
  background-color: #00000096;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
}
.bse_cab_titulo:hover {
  background-color: #fff;
}
.bse_cab_titulo > p {
  margin: 0;
  font-size: 16px;
  color: #d6c8c8;
  text-transform: uppercase;
  font-weight: bold;
}
.bse_cab_titulo:hover > p {
  color: #030303;
}
/* vistas_web/contenido/seccion_mapa_mymaps.html */
.cont_seccion_maps_mymaps {
  /*max-width: 830px;*/
  width: calc(100% - 30px);
}
.cont_seccion_maps_mymaps > iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
/*https://www.google.com/maps/d/embed?mid=1QQ05IwIBgMZx17wy6nUYqa2MSp46lp5X&ehbc=2E312F*/
/* vistas_web/contenido/seccion_box_tdt_dato_rel.html */
.cont_seccion_tdt_dato_rel {
  width: 100%;
  display: flex;
  border-top: 1px solid #b8b5b5;
}
.cont_seccion_tdt_dato_rel:first-child {
  border: 0;
}
.cont_seccion_tdt_dato_rel > div > p {
  font-size: 15px;
  margin: 10px;
}
.cont_seccion_tdt_dato_rel > div:first-child {
  width: 100px;
}
.cont_seccion_tdt_dato_rel > div:first-child > p {
  font-weight: bold;
  color: #01497e;
}
/* vistas_web/gestion_sac/gs_modal_libre.html */
#gs_modal_libre {
  width: 100%;
  height: 100%;
}
#gs_modal_libre > div:first-child {
  width: 100%;
  height: 150px;
  display: block;
  width: 100%;
}
#gs_modal_libre.sin_cabecera > div:first-child {
  display: none;
}
#gs_modal_libre > div:first-child > div:first-child {
  width: 100%;
  height: 150px;
}
#gs_modal_libre > div:first-child > div:first-child > div:first-child {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: calc(100% - 20px);
  margin: auto;
}
#gs_modal_libre > div:first-child > div:first-child > div:first-child > img {
  width: 90%;
  max-width: 250px;
}
#gs_modal_libre > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 150px);
  overflow: auto;
}
#gs_modal_libre.sin_cabecera > div:nth-child(2) {
  height: 100%;
}
#gs_modal_libre > div:nth-child(2) > div:first-child {
  width: 100%;
  height: 100%;
}
#gs_modal_libre > div:nth-child(2) > div:first-child > div {
  width: 100%;
  height: 100%;
}
#gs_modal_libre_cont {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: auto;
  height: 100%;
}
#gs_libre_cont_temp {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#gs_libre_cont_temp > i.gs_carga {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
#gs_libre_cont_temp > p.gs_carga {
  margin: 0;
  color: #fff;
  font-size: 25px;
  margin-top: 20px;
}
#gs_modal_libre_cont > p {
  margin: 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
#gs_modal_libre_cont > button {
  border: 0;
  background-color: #256eb3;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  width: 200px;
  border-radius: 10px;
}
#gs_modal_libre_cont > i {
  font-size: 40px;
  margin-top: 20px;
  color: #fff;
}
#gs_modal_libre_cont > i.error {
  color: red;
  background-color: #fff;
  border-radius: 50%;
  font-size: 34px;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gs_modal_libre_cont > button:hover {
  background-color: #1c5a94;
}
#gs_carga_archivos_proceso {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#gs_carga_archivos_proceso > p.gs_carga_mensaje_final {
  color: #fff;
  font-size: 25px;
  margin-top: 20px;
}
#gs_carga_archivos_proceso > button {
  border: 0;
  background-color: #256eb3;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  width: 200px;
  border-radius: 10px;
  margin-top: 20px;
}
#gs_carga_archivos_proceso > button:hover {
  background-color: #1c5a94;
}
/* CONTENEDOR CARGA ARCHIVO */
.gs_carga_archivo {
  width: calc(100% - 20px);
  max-width: 500px;
  border-radius: 20px;
  padding: 0;
  margin-top: 10px;
  background-color: #fff;
}
/* NUMERO DEL ARCHIVO */
.gs_carga_archivo > p.gsc_num_archivo {
  text-align: left;
  margin: 10px 0 0 20px;
  font-size: 12px;
  color: #6f6f6f;
}
/* NOMBRE DEL ARCHIVO */
.gs_carga_archivo > p.gsc_nom_archivo {
  border-bottom: 1px solid #bab5b5;
  margin: 0;
  text-align: left;
  padding: 2px 20px 10px 20px;
  color: #0040ff;
}
/* CONTENIDO */
.gs_carga_archivo > div.gs_arch_cont > ul {
  text-align: left;
}
.gs_carga_archivo > div.gs_arch_cont > ul > li.azul {
  color: blue;
}
.gs_carga_archivo > div.gs_arch_cont > ul > li.rojo {
  color: red;
}
.gs_elemento_proceso {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Duración y tipo de transición */
}
.gs_elemento_proceso.visible {
  opacity: 1;
}
/* vistas_web/gestion_sac/gs_boton_acceso.html */
.gs_boton_acceso {
  width: 100%;
  min-height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  max-width: 500px;
  margin-top: 10px;
}
.gs_boton_acceso.rojo {
  background-color: #fa805d;
  background-image: linear-gradient(to left top, #fa805d, #d5461f);
}
.gs_boton_acceso.verde {
  background-color: #469c75;
  background-image: linear-gradient(to left top, #469c75, #1c724b);
}
.gs_boton_acceso.naranjo {
  background-color: #d18d36;
  background-image: linear-gradient(to left top, #d18d36, #a06212);
}
.gs_boton_acceso.celeste {
  background-color: #409bc8;
  background-image: linear-gradient(to left top, #409bc8, #1d6c94);
}
.gs_boton_acceso.cafe {
  background-color: #91685b;
  background-image: linear-gradient(to left top, #91685b, #794535);
}
.gs_boton_acceso.azul {
  background-color: #4661c2;
  background-image: linear-gradient(to left top, #4661c2, #213da0);
}
.gs_boton_acceso.cafe_claro {
  background-color: #e28362;
  background-image: linear-gradient(to left top, #e28362, #ae6248);
}
.gs_boton_acceso.rojo:hover {
  background-color: #e1603b;
  background-image: linear-gradient(to left top, #e1603b, #a73b1d);
}
.gs_boton_acceso.verde:hover {
  background-color: #0c8f53;
  background-image: linear-gradient(to left top, #0c8f53, #067141);
}
.gs_boton_acceso.naranjo:hover {
  background-color: #d77901;
  background-image: linear-gradient(to left top, #d77901, #955400);
}
.gs_boton_acceso.celeste:hover {
  background-color: #0079b5;
  background-image: linear-gradient(to left top, #0079b5, #004d74);
}
.gs_boton_acceso.cafe:hover {
  background-color: #c24117;
  background-image: linear-gradient(to left top, #c24117, #882c0d);
}
.gs_boton_acceso.azul:hover {
  background-color: #1a75b7;
  background-image: linear-gradient(to left top, #1a75b7, #0f4b76);
}
.gs_boton_acceso.cafe_claro:hover {
  background-color: #bc4820;
  background-image: linear-gradient(to left top, #bc4820, #782b12);
}
.gs_boton_acceso > i {
  color: #fff;
  height: 70px;
  width: 70px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 32px;
}
.gs_boton_acceso > p:nth-child(2) {
  color: #fff;
  margin: 0;
  width: calc(100% - 80px);
  line-height: 18px;
  font-size: 18px;
  padding: 25px 0;
  text-align: left;
  text-transform: uppercase;
}
.gs_boton_acceso > p:nth-child(3) {
  color: #ffffffac;
  width: max-content;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin: 0;
}
.gs_boton_acceso > p:nth-child(3) > i {
  margin-left: 10px;
}
/* vistas_web/gestion_sac/gs_index.html */
#gs_index {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 700px;
  background-image: url(/img/svg/icos3.svg);
  background-color: #ff8800;
}
#gs_index > div:first-child {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: linear-gradient(to bottom right, #ff880091, #ea8500d6, #e27e0c85);
}
#gs_index > div:first-child > div:first-child {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
#gs_index > div:first-child > div:first-child > img {
  width: 80%;
  max-width: 350px;
}
#gs_index > div:first-child > div:first-child > p {
  margin: 20px auto;
  font-size: 21px;
  max-width: 370px;
  font-family: supra;
  width: 80%;
  color: #ffffff;
  /*text-shadow: 0 0 10px #e49c5c;*/
}
#gs_index > div:first-child > div:nth-child(2) {
  background-color: #ffffffe9;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  /*max-width: 484px;*/
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  #gs_index > div:first-child > div:nth-child(2) {
    width: calc(100% - 90px);
    max-width: 750px;
    padding: 25px;
  }
}
#gs_index > div:first-child > div:nth-child(2) > div:first-child {
  width: 100%;
  margin-bottom: 5px;
}
#gs_index > div:first-child > div:nth-child(2) > div:first-child > p {
  color: #666666;
  margin: 0;
  font-size: 18px;
}
#gs_index > div:first-child > div:nth-child(2) > div:first-child > div {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#gs_index > div:first-child > div:nth-child(3) {
  width: calc(100% - 50px);
  height: max-content;
  background-color: #ffffffe9;
  margin: 20px auto 40px auto;
  /*max-width: 500px;*/
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  #gs_index > div:first-child > div:nth-child(3) {
    width: calc(100% - 90px);
    max-width: 750px;
    padding: 25px;
  }
}
#gs_actualizar_datos_cont.oculto {
  display: none;
}
#gs_index > div:first-child > div:nth-child(3) > p:first-child {
  width: 90%;
  color: #0a75c8;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}
#gs_index > div:first-child > div:nth-child(3) > p:nth-child(2) {
  width: 90%;
  color: #7e7e7e;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
}
#gs_index > div:first-child > div:nth-child(3) > div {
  width: calc(100% - 10px);
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#gs_index > div:first-child > div:nth-child(3) > div > div {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 10px;
  background-color: #fa805d;
  background-image: linear-gradient(to left top, #fa805d, #d5461f);
  flex-direction: column;
  cursor: pointer;
}
#gs_index > div:first-child > div:nth-child(3) > div > div:hover {
  background-color: #e1603b;
  background-image: linear-gradient(to left top, #e1603b, #a73b1d);
}
#gs_index > div:first-child > div:nth-child(3) > div > div > i {
  color: #fff;
  font-size: 22px;
}
#gs_index > div:first-child > div:nth-child(3) > div > div > p {
  margin: 0;
  color: #fff;
  margin-top: 6px;
  text-align: center;
}
#gs_index > div:first-child > div:nth-child(4) {
  width: calc(100% - 30px);
  height: max-content;
  margin: 20px auto 100px auto;
  /*max-width: 500px;
                padding: 20px 10px;*/
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  #gs_index > div:first-child > div:nth-child(4) {
    width: calc(100% - 40px);
    max-width: 800px;
  }
}
#gs_index_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000d;
  top: 0;
  left: 0;
  display: none;
}
#gs_index_modal.app {
  position: absolute;
  display: block;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
#gs_index_modal.act:not(.app) {
  display: block;
}
#gs_index_modal.app.act {
  /*left: 0;*/
  transform: translateX(0%);
}
#gs_index_modal > div:first-child {
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
  width: calc(100% - 50px);
  max-width: 800px;
  margin: auto;
  margin-top: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #gs_index_modal > div:first-child {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}
#gs_index_modal_cerrar {
  position: absolute;
  width: 50px;
  height: 40px;
  border-radius: 10px;
  background-color: #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
#gs_index_modal_cerrar:hover {
  background-color: #0000004a;
}
@media screen and (max-width: 950px) {
  /*#gs_index_modal_cerrar{
                        right: 105px;
                    }*/
  /*#gs_index_modal_cerrar.boton_abajo{
                        right: 5px;
                        top: 105px;
                    }*/
}
/*OK: CUANDO LA VENTANA ES MUY PEQUEÑA (MOVIL), EL BOTON CERRAR QUEDA ABAJO DE LOS CUATRO_PRINCIPALES*/
@media screen and (max-width: 450px) {
  /*#gs_index_modal_cerrar{
                        right: 105px;
                    }*/
  /*#gs_index_modal_cerrar{
                        right: 5px;
                        top: 105px;
                    }*/
}
#gs_index_modal_cerrar > i {
  color: #fff;
  font-size: 30px;
}
#gs_index_modal_contenido {
  width: 100%;
  height: 100%;
  font-family: BariolR;
}
.gs_modal_cont {
  background-image: url(https://www.concon.cl/img/fondos/puntos_v2.png);
  background-position: left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.gs_modal_cont.app {
  position: absolute;
  display: block;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.gs_modal_cont.act:not(.app) {
  display: block;
}
.gs_modal_cont.act.app {
  transform: translateX(0%);
}
/*====================================================================================*/
.gs_modal_cont > div {
  /* FONDOS OBSCUROS */
  background-image: linear-gradient(to bottom right, #003824f5, #005735f5);
  background-image: linear-gradient(to bottom right, #380c00f5, #571300f5);
  background-image: linear-gradient(to bottom right, #0d0d0df5, #383838f5);
  background-image: linear-gradient(to bottom right, #00161ff5, #005070f5);
  background-image: linear-gradient(to bottom right, #00205aef, #00678ff5);
  background-image: linear-gradient(to bottom right, #d67200f2, #f18a13f5);
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana.html */
#denuncia_ciudadana {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(https://www.concon.cl/img/sac_chile/pantalla_principal.png);
  background-size: cover;
  position: relative;
  background-position: center;
}
#denuncia_ciudadana > div:first-child {
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-image: linear-gradient(to bottom right, #ff8800b9 0px, #ea8500be 300px, #e27e0c 100%)*/
}
#denuncia_ciudadana > div:first-child > div:first-child {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
#denuncia_ciudadana > div:first-child > div:first-child > img {
  width: 80%;
  max-width: 350px;
}
#denuncia_ciudadana > div:first-child > div:first-child > p {
  margin: 20px auto;
  font-size: 21px;
  max-width: 370px;
  font-family: supra;
  width: 80%;
  color: #ffffff;
  /*text-shadow: 0 0 10px #e49c5c;*/
}
#denuncia_ciudadana > div:first-child > div:nth-child(2) {
  background-color: #ffffffe9;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto 15px auto;
  /*max-width: 484px;*/
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 600px) {
  #denuncia_ciudadana > div:first-child > div:nth-child(2) {
    width: calc(100% - 90px);
    max-width: 750px;
    padding: 25px;
  }
}
#denuncia_ciudadana > div:first-child > div:nth-child(2) > div:first-child {
  width: 100%;
  margin-bottom: 5px;
}
#denuncia_ciudadana > div:first-child > div:nth-child(2) > div:first-child > p {
  color: #666666;
  margin: 0;
  font-size: 18px;
}
#denuncia_ciudadana > div:first-child > div:nth-child(2) > div:first-child > div {
  display: flex;
  /*justify-content: flex-end;*/
  justify-content: center;
  margin-top: 30px;
}
#denuncia_ciudadana > div:first-child > div:nth-child(3) {
  width: calc(100% - 50px);
  height: max-content;
  background-color: #ffffffe9;
  margin: 20px auto 40px auto;
  /*max-width: 500px;*/
  padding: 20px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  #denuncia_ciudadana > div:first-child > div:nth-child(3) {
    width: calc(100% - 90px);
    max-width: 750px;
    padding: 25px;
  }
}
#denuncia_ciudadana > div:first-child > div:nth-child(3) > p:first-child {
  width: 90%;
  color: #0a75c8;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}
#denuncia_ciudadana > div:first-child > div:nth-child(3) > p:nth-child(2) {
  width: 90%;
  color: #7e7e7e;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
}
#denuncia_ciudadana > div:first-child > div:nth-child(3) > div {
  width: calc(100% - 10px);
  display: flex;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
#denuncia_ciudadana > div:first-child > div:nth-child(4) {
  width: calc(100% - 30px);
  height: max-content;
  margin: 20px auto 100px auto;
  /*max-width: 500px;
                padding: 20px 10px;*/
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  #denuncia_ciudadana > div:first-child > div:nth-child(4) {
    width: calc(100% - 40px);
    max-width: 800px;
  }
}
#denuncia_ciudadana_modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000d;
  top: 0;
  left: 0;
  display: none;
}
#denuncia_ciudadana_modal.app {
  position: absolute;
  display: block;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
#denuncia_ciudadana_modal.act:not(.app) {
  display: block;
}
#denuncia_ciudadana_modal.app.act {
  /*left: 0;*/
  transform: translateX(0%);
}
#denuncia_ciudadana_modal > div:first-child {
  height: calc(100% - 50px);
  max-height: calc(100% - 50px);
  width: calc(100% - 50px);
  max-width: 800px;
  margin: auto;
  margin-top: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #denuncia_ciudadana_modal > div:first-child {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}
/*@media screen and (min-width : 451px) and (max-width : 700px) and (min-height : 801px){
                
                #denuncia_ciudadana_modal > div:first-child{
                    max-height: calc(100% - 130px);
                    margin-top: 105px;
                }
            }*/
#denuncia_ciudadana_modal_cerrar {
  position: absolute;
  width: 50px;
  height: 40px;
  border-radius: 10px;
  background-color: #00000024;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 2;
  display: none;
}
#denuncia_ciudadana_modal_cerrar:hover {
  background-color: #0000004a;
}
@media screen and (max-width: 950px) {
  /*#denuncia_ciudadana_modal_cerrar{
                        right: 105px;
                    }*/
  /*#denuncia_ciudadana_modal_cerrar.boton_abajo{
                        right: 5px;
                        top: 105px;
                    }*/
}
/*OK: CUANDO LA VENTANA ES MUY PEQUEÑA (MOVIL), EL BOTON CERRAR QUEDA ABAJO DE LOS CUATRO_PRINCIPALES*/
@media screen and (max-width: 450px) {
  /*#denuncia_ciudadana_modal_cerrar{
                        right: 105px;
                    }*/
  /*#denuncia_ciudadana_modal_cerrar{
                        right: 5px;
                        top: 105px;
                    }*/
}
#denuncia_ciudadana_modal_cerrar > i {
  color: #fff;
  font-size: 30px;
}
#denuncia_ciudadana_modal_contenido {
  width: 100%;
  height: 100%;
  font-family: BariolR;
}
/* vistas_web/denuncia_ciudadana/rc_btn_opciones_usuario.html */
#acceso_opciones_usuario_app {
  height: 40px;
  width: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f7eddcd4;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
#acceso_opciones_usuario_app:hover {
  background-color: #fff;
}
#acceso_opciones_usuario_app > i {
  font-size: 25px;
  color: #6c4503d4;
}
#acceso_opciones_usuario_app.act > i {
  color: #2982c4;
}
#acceso_opciones_usuario_app.act > i.tarjeta {
  color: #f46a23;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_proceso_item.html */
.denuncia_ciudadana_modal_proceso_item {
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.denuncia_ciudadana_modal_proceso_item:first-child {
  margin-top: 0;
}
.denuncia_ciudadana_modal_proceso_item.azul {
  /*border: 1px solid #01539c;*/
}
.denuncia_ciudadana_modal_proceso_item.naranjo {
  /*border: 1px solid #b16009;*/
}
.denuncia_ciudadana_modal_proceso_item > div:first-child {
  border-bottom: 2px solid #fafafa;
  margin: 0;
  height: 66px;
  /*padding: 0 10px;*/
  display: flex;
  position: relative;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:first-child {
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #444, #0000);
  bottom: -2px;
}
.denuncia_ciudadana_modal_proceso_item.azul > div:first-child > div:first-child {
  background-image: linear-gradient(to right, #0000 0px, #01539c 5%, #0000 95%);
}
.denuncia_ciudadana_modal_proceso_item.naranjo > div:first-child > div:first-child {
  background-image: linear-gradient(to right, #0000 0px, #b16009 5%, #0000 95%);
}
.denuncia_ciudadana_modal_proceso_item.negro > div:first-child > div:first-child {
  background-image: linear-gradient(to right, #0000 0px, #000 5%, #0000 95%);
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:nth-child(2) {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:nth-child(2) > p {
  font-family: bariolB;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:nth-child(2) > p:first-child {
  margin: 0;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 10px;
  margin-left: 10px;
  background-color: #444;
  border-radius: 5px;
  border-top: 0;
  width: max-content;
  max-width: calc(100% - 40px);
}
.denuncia_ciudadana_modal_proceso_item.azul > div:first-child > div:nth-child(2) > p:first-child {
  background-color: #01539c;
}
.denuncia_ciudadana_modal_proceso_item.naranjo > div:first-child > div:nth-child(2) > p:first-child {
  background-color: #b16009;
}
.denuncia_ciudadana_modal_proceso_item.negro > div:first-child > div:nth-child(2) > p:first-child {
  background-color: #000;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:nth-child(2) > p:last-child {
  margin: 0;
  margin-left: 10px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-family: bariolB;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:last-child {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.denuncia_ciudadana_modal_proceso_item > div:first-child > div:last-child > p {
  line-height: 18px;
  font-size: 16px;
  color: #3a3a3a;
  margin: 0;
  margin-right: 5px;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item_espera.html */
.rc_modal_item_texto_espera {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*box-shadow: 0 0 10px 2px #0000008f;*/
  max-width: calc(100% - 20px);
  margin: auto;
  margin-top: 20px;
}
/*
    .rc_modal_item_texto_espera.rojo        { background-color: #fa805d;}
    .rc_modal_item_texto_espera.verde       { background-color: #469c75;}
    .rc_modal_item_texto_espera.naranjo     { background-color: #d18d36;}
    .rc_modal_item_texto_espera.celeste     { background-color: #409bc8;}
    .rc_modal_item_texto_espera.cafe        { background-color: #bc725a;}
    .rc_modal_item_texto_espera.azul        { background-color: #468ec2;}
    .rc_modal_item_texto_espera.cafe_claro  { background-color: #e28362;}*/
.rc_modal_item_texto_espera.verde {
  background-color: #008000;
}
.rc_modal_item_texto_espera.rojo {
  background-color: #ff0000;
}
.rc_modal_item_texto_espera.naranjo {
  background-color: #ce920f;
}
.rc_modal_item_texto_espera.gris {
  background-color: #707070;
}
.rc_modal_item_texto_espera.azul {
  background-color: #0851e4;
}
.rc_modal_item_texto_espera > i {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}
.rc_modal_item_texto_espera > p {
  color: #fff;
  margin: 0;
  width: calc(100% - 80px);
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  font-family: bariolB;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_formulario.html */
#web_denuncia_ciudadana_formulario {
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
  max-width: 650px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 650px) {
  #web_denuncia_ciudadana_formulario {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  #web_denuncia_ciudadana_formulario > div {
    border-radius: 0 !important;
  }
}
#web_denuncia_ciudadana_formulario > div:first-child {
  width: 100%;
  height: 100px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-image: url("https://www.concon.cl/img/correo/sdc_02.jpg");
  background-size: cover;
  background-color: #bc925b;
  position: relative;
}
#web_denuncia_ciudadana_formulario > div:first-child > div {
  width: calc(100% - 0px - 70px);
}
#web_denuncia_ciudadana_formulario > div:first-child > div > p:first-child {
  color: #fff;
  font-size: 16px;
  background-color: #ffffffa4;
  width: max-content;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  border-radius: 5px;
  color: #3f93ee;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > p:first-child > span {
  color: #ff7b39;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div {
  width: 100%;
  display: flex;
  margin-top: 5px;
  align-items: center;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div > i {
  color: #fff;
  margin-left: 20px;
  font-size: 20px;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div > p {
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
}
#web_denuncia_ciudadana_formulario > div:first-child > i {
  color: #ffffffec;
  background-color: #00000021;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
}
#web_denuncia_ciudadana_formulario > div:first-child > i:hover {
  background-color: #00000047;
}
#web_denuncia_ciudadana_form {
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  background-color: #f0f0f0;
  /*background-color: #a9dcff59;
            background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);*/
  display: none;
}
#web_denuncia_ciudadana_form.act {
  display: block;
}
#web_denuncia_ciudadana_form > div:nth-child(1) {
  margin: auto;
  padding-top: 30px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form {
  text-align: left;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > p.form_texto_titulo {
  color: #11549c;
  margin: 0;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea {
  text-align: center;
  margin: auto;
  position: relative;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea.last {
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.caract {
  position: absolute;
  top: 4px;
  right: 0;
  color: #6997b8;
  font-size: 14px;
  margin: 0;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.label {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > textarea {
  width: calc(100% - 22px);
  height: 60px;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  color: #444;
  resize: vertical;
  border: 0;
  border: 1px solid #6d9acb;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > ::placeholder {
  color: #919191;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.post_text {
  text-align: left;
  margin: 0;
  margin-top: 1px;
  font-size: 14px;
  font-family: supra_light;
  font-style: italic;
  color: #6d9acb;
}
#denuncia_ciudadana_cont_btn_adj {
  width: 100%;
  margin-top: 20px;
}
#denuncia_ciudadana_cont_cont_mini {
  width: 100%;
  display: none;
}
#denuncia_ciudadana_cont_cont_mini.act {
  display: block;
}
#denuncia_ciudadana_cont_btn_adj > div:first-child > p {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #11549c;
  font-weight: bold;
}
#denuncia_ciudadana_cont_miniaturas {
  width: calc(100% - 12px);
  border: 1px solid #444;
  overflow: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
#denuncia_ciudadana_cm {
  width: max-content;
  display: flex;
  padding-right: 5px;
}
#denuncia_ciudadana_cm > div.img {
  height: 154px;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
#denuncia_ciudadana_cm > div.img:first-child {
  margin-left: 5px;
}
#denuncia_ciudadana_cm > div.img > img {
  height: 100%;
}
#denuncia_ciudadana_cm > div.img > i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
#denuncia_ciudadana_cm > div.img:hover > i {
  display: flex;
}
#denuncia_ciudadana_cm > div.denuncia_ciudadana_spin {
  width: 50px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#denuncia_ciudadana_cm > div.denuncia_ciudadana_spin > i {
  font-size: 30px;
  color: #1d4ec2;
}
.web_denuncia_ciudadana_adj {
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #287bb6;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #287bb6;
  margin-top: 5px;
  font-weight: bold;
}
.web_denuncia_ciudadana_adj:hover {
  background-color: #287bb6;
  color: #fff;
}
#denuncia_ciudadana_cont_btn_adj > div:last-child {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#denuncia_ciudadana_cont_btn_adj > div:last-child > input {
  display: none;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: #c10c0c;
  text-shadow: 0 0 5px #c0c0c0;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button {
  background-color: #0181dd;
  background-image: linear-gradient(to left top, #0181dd, #006ab6);
  width: 80%;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  max-width: 250px;
  cursor: pointer;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:hover {
  background-color: #096fb8;
  background-image: linear-gradient(to left top, #096fb8, #025794);
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:last-child {
  background-color: #e17721;
  background-image: linear-gradient(to left top, #e17721, #b95d11);
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:last-child:hover {
  background-color: #b65c13;
  background-image: linear-gradient(to left top, #b65c13, #954809);
}
#web_denuncia_ciudadana_procesando {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_denuncia_ciudadana_procesando.act {
  display: flex;
}
#web_denuncia_ciudadana_procesando > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_denuncia_ciudadana_procesando > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_denuncia_ciudadana_procesando > p {
  font-size: 20px;
}
#web_denuncia_ciudadana_proc_ok {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_denuncia_ciudadana_proc_ok.act {
  display: flex;
}
#web_denuncia_ciudadana_proc_ok.error {
  background-color: #fc9d30;
}
#web_denuncia_ciudadana_proc_ok > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_denuncia_ciudadana_proc_ok > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_denuncia_ciudadana_proc_ok.error > i {
  display: none;
}
#web_denuncia_ciudadana_proc_ok > p {
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}
#web_denuncia_ciudadana_proc_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_denuncia_ciudadana_proc_ok > button:hover {
  background-color: #ddd;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_lista_item.html */
.rc_lista_item {
  width: calc(100% - 22px);
  margin: 10px 10px 0 10px;
  border: 1px solid #444;
  background-color: #fff;
  /*height: 150px;*/
  /*background-color: #277ad1;*/
  border-radius: 10px;
  cursor: pointer;
  display: none;
  overflow: hidden;
}
.rc_lista_item.act {
  display: block;
}
.rc_lista_item:last-child {
  margin-bottom: 10px;
}
.rc_lista_item:hover {
  /*background-color: #236ab7;*/
}
@media screen and (max-width: 850px) {
  .rc_lista_item {
    width: 100%;
    border: 0;
    border: 1px solid #b3b3b3;
    border-left: 0;
    border-right: 0;
    margin: 0;
    border-radius: 0;
    margin-top: 5px;
  }
}
#reporte_ciudadano_modal_lista.modern .rc_lista_item {
  box-shadow: inset 0 0 12px -3px #021c4d, -2px 2px 5px -2px #000000;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.5);
  border: 0;
  width: calc(100% - 10px);
  margin: 10px 5px 0 5px;
  border-radius: 10px;
}
#reporte_ciudadano_modal_lista.modern .rc_lista_item:last-child {
  margin-bottom: 10px;
}
#reporte_ciudadano_modal_lista.modern.blue .rc_lista_item {
  background-image: linear-gradient(to bottom right, #3C64B1, #26C1FF);
}
#reporte_ciudadano_modal_lista.modern.blue .rc_lista_item {
  background-image: linear-gradient(to bottom right, #4d599a, #101f75);
  background-image: linear-gradient(to bottom right, #a48452, #8a571d);
  background-image: linear-gradient(to bottom right, #cfa65a, #A0522D);
  background-image: linear-gradient(to bottom right, #B80000, #580000);
  background-image: linear-gradient(to bottom right, #D90000, #c34100);
  background-image: linear-gradient(to bottom right, #d2320e, #FF2A68);
  background-image: linear-gradient(to bottom right, #FF6B6B, #FF005E);
  background-image: linear-gradient(to bottom right, #aa7b1c, #815628);
  background-image: linear-gradient(to bottom right, #4C4C4C, #1C1C1C);
  background-image: linear-gradient(to bottom right, #a3a3a3, #515151);
  background-image: linear-gradient(to bottom right, #4b9c4b, #018601);
  background-image: linear-gradient(to bottom right, #c2b332, #5e5e00);
  background-image: linear-gradient(to bottom right, #E08DAC, #B76C8F);
  background-image: linear-gradient(to bottom right, #A882D6, #7D5FBF);
  background-image: linear-gradient(to bottom right, #92BBD9, #749FBB);
  background-image: linear-gradient(to bottom right, #86BAA8, #6BA693);
  background-image: linear-gradient(to bottom right, #99b392, #6c7356);
  background-image: linear-gradient(to bottom right, #2f987380, #2ff7b786);
  /*A001*/
  background-image: linear-gradient(to bottom right, #d40000b2, #c341009a);
  background-image: linear-gradient(to bottom right, #8484849e, #43434378);
  background-image: linear-gradient(to bottom right, #002ec59e, #26c2ff9e);
  background-image: linear-gradient(to bottom right, #00000089, #a7a7a73d);
  background-image: linear-gradient(to bottom right, #b41cc8, #01cf83);
  background-image: linear-gradient(to bottom right, #c50baf, #df8d00);
  background-image: linear-gradient(to bottom right, #ca200d, #b47d06);
  background-image: linear-gradient(to bottom right, #f44949, #B22222);
  background-image: linear-gradient(to bottom right, #eb4520, #ca3001);
  background-image: linear-gradient(to bottom right, #1F62A9, #48BFE3);
  background-image: linear-gradient(to bottom right, #0B8066, #25C2A0);
  background-image: linear-gradient(to bottom right, #a03cff, #6c37c9);
  background-image: linear-gradient(to bottom right, #e16c7f, #800080);
  background-image: linear-gradient(to bottom right, #FF8F3F, #FF4F4F);
  background-image: linear-gradient(to bottom right, #3C64B1, #26C1FF);
  /* CON TRANSPARENCIA */
  background-image: linear-gradient(to bottom right, #99b392b6, #6c7356b3);
  background-image: linear-gradient(to bottom right, #009474b1, #0bbc95d6);
  background-image: linear-gradient(to bottom right, #df435db7, #800080bc);
  background-image: linear-gradient(to bottom right, #2f64c7c5, #00b3fad7);
}
.rc_lista_item > div:first-child {
  height: 60px;
  /*border-bottom: 1px solid #eee;*/
  display: flex;
}
.rc_lista_item > div:first-child > div:first-child {
  height: 100%;
  width: calc(100% - 110px);
  display: flex;
}
.rc_lista_item > div:first-child > div:first-child > div:first-child {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rc_lista_item > div:first-child > div:first-child > div:first-child > i {
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.rc_lista_item > div:first-child > div:first-child > div:nth-child(2) {
  width: calc(100% - 50px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.rc_lista_item > div:first-child > div:first-child > div:nth-child(2) > p:first-child {
  margin: 0;
  line-height: 20px;
  font-size: 15px;
  color: #4670bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
#reporte_ciudadano_modal_lista.modern .rc_lista_item > div:first-child > div:first-child > div:nth-child(2) > p:first-child {
  color: #ffffffa1;
}
.rc_lista_item > div:first-child > div:first-child > div:nth-child(2) > p:nth-child(2) {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  color: #104ab5;
  text-transform: uppercase;
}
#reporte_ciudadano_modal_lista.modern .rc_lista_item > div:first-child > div:first-child > div:nth-child(2) > p:nth-child(2) {
  color: #fff;
}
.rc_lista_item > div:first-child > div:nth-child(2) {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 10px;
}
.rc_lista_item > div:first-child > div:nth-child(2) > p {
  line-height: 18px;
  font-size: 16px;
  color: #444;
  margin: 0;
}
#reporte_ciudadano_modal_lista.modern .rc_lista_item > div:first-child > div:nth-child(2) > p {
  color: #ededede3;
  font-family: bariolB;
}
.rc_lista_item > div:nth-child(2) {
  height: 38px;
  display: flex;
  justify-content: center;
}
.rc_lista_item > div:nth-child(2) > div {
  margin-left: 10px;
  height: calc(100% - 0px);
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /*padding: 0 5px;*/
  border-radius: 5px 5px 0 0;
  border: 1px solid #b3b3b3;
  border-bottom: 0;
  /*background-color: #e3e3e3cb;*/
  border: 0;
  background-color: #00000058;
  box-shadow: -2px 2px 6px 0px #000000b9;
}
.rc_lista_item > div:nth-child(2) > div > div {
  display: flex;
  width: 100%;
  /*background-color: #0000004f;*/
  position: relative;
}
.rc_lista_item > div:nth-child(2) > div > div > i {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 0;
  justify-content: center;
  overflow: hidden;
  width: 26px;
  height: 26px;
  margin-left: 3px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
}
.rc_lista_item > div:nth-child(2) > div > div > i.simple {
  background-color: #00000000;
  border: 0;
  color: #ffffffd1;
}
.rc_lista_item > div:nth-child(2) > div.sincolor > div > i {
  background-color: #ffffffcc;
  border: 0;
  color: #ffffffd1;
}
/* COLORES DE ESTADO */
.rc_lista_item > div:nth-child(2) > div.verde > div > i {
  background-color: #008000;
}
.rc_lista_item > div:nth-child(2) > div.rojo > div > i {
  background-color: #ff0000;
}
.rc_lista_item > div:nth-child(2) > div.naranjo > div > i {
  background-color: #ce920f;
}
.rc_lista_item > div:nth-child(2) > div.gris > div > i {
  background-color: #707070;
}
.rc_lista_item > div:nth-child(2) > div.azul > div > i {
  background-color: #0851e4;
}
.rc_lista_item > div:nth-child(2) > div > div > p {
  margin: 0;
  color: #646464;
  line-height: 13px;
  text-align: left;
  font-size: 14px;
  width: calc(100% - 46px);
  margin-left: 7px;
  display: flex;
  align-items: center;
  font-family: bariolB;
}
.rc_lista_item > div:nth-child(2) > div > div > p {
  color: #ffffffd1;
}
.rc_lista_item > div:nth-child(2) > div > div > div {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: red;
  bottom: 0;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-family: bariolB;
}
.rc_lista_item > div:nth-child(2) > div > div > div.semafororojo {
  background-color: #ff0000;
}
.rc_lista_item > div:nth-child(2) > div > div > div.semaforoamarillo {
  background-color: #e6e600;
  color: #171717;
  border: 1px solid #171717;
}
.rc_lista_item > div:nth-child(2) > div > div > div.semaforoverde {
  background-color: #04920e;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_lista_filtros.html */
.rc_modal_lista_filtros {
  width: 100%;
  height: 80px;
}
.rc_modal_lista_filtros > div:first-child {
  width: calc(100% - 0px);
  height: 100%;
  overflow: auto;
}
.rc_modal_lista_filtros > div:first-child > div:first-child {
  width: max-content;
  height: 100%;
  display: flex;
}
.reporte_ciudadano_modal_lista_filtro {
  min-width: 100px;
  width: max-content;
  height: 75px;
  background-color: #00000060;
  margin-right: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.reporte_ciudadano_modal_lista_filtro:first-child {
  margin-left: 5px;
}
.reporte_ciudadano_modal_lista_filtro.union_inicial {
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}
.reporte_ciudadano_modal_lista_filtro.union_final {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #000;
}
.reporte_ciudadano_modal_lista_filtro > div:first-child {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.reporte_ciudadano_modal_lista_filtro > div:first-child > p {
  margin: 0;
  color: #fff;
  padding: 0 10px;
}
.reporte_ciudadano_modal_lista_filtro > div:nth-child(2) {
  height: 100%;
  display: flex;
}
.rc_filtro_item {
  width: 43px;
  height: 43px;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #00000079;
  border-radius: 5px;
}
.rc_filtro_item.act {
  background-color: #ffffff;
}
.rc_filtro_item:not(.act):hover {
  background-color: #000;
}
.rc_filtro_item:first-child {
  border-left: 0;
}
.rc_filtro_item:last-child {
  margin-right: 2px;
}
/*ICONO*/
.rc_filtro_item > i {
  color: #fff;
}
.rc_filtro_item.act > i {
  color: #4e4e4e;
}
.rc_filtro_item.rojo > i {
  color: #ff0000;
}
.rc_filtro_item.amarillo > i {
  color: #ffff00;
}
.rc_filtro_item.act.amarillo > i {
  color: #FFD700;
}
.rc_filtro_item.verde > i {
  color: #04920e;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_libre.html */
#denuncia_ciudadana_modal_libre {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#denuncia_ciudadana_modal_libre > div:first-child {
  width: 100%;
  height: 150px;
  display: block;
  width: 100%;
}
#denuncia_ciudadana_modal_libre.sin_cabecera > div:first-child {
  display: none;
}
#denuncia_ciudadana_modal_libre > div:first-child > div:first-child {
  width: 100%;
  height: 150px;
}
#denuncia_ciudadana_modal_libre > div:first-child > div:first-child > div:first-child {
  padding: 10px;
  /*width: calc(100% - 120px);*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: calc(100% - 20px);
}
#denuncia_ciudadana_modal_libre > div:first-child > div:first-child > div:first-child > img {
  width: 90%;
  max-width: 250px;
  filter: drop-shadow(-2px 2px 2px #ffffff70);
}
#denuncia_ciudadana_modal_libre > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 150px);
  overflow: auto;
}
#denuncia_ciudadana_modal_libre.sin_cabecera > div:nth-child(2) {
  height: 100%;
}
#denuncia_ciudadana_modal_libre > div:nth-child(2) > div:first-child {
  width: 100%;
  height: max-content;
}
#denuncia_ciudadana_modal_libre > div:nth-child(2) > div:first-child > div {
  width: 100%;
}
#denuncia_ciudadana_modal_libre_cont {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
#denuncia_ciudadana_modal_libre_cont > p {
  margin: 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
#denuncia_ciudadana_modal_libre_cont > button {
  border: 0;
  background-color: #256eb3;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  width: 200px;
  border-radius: 10px;
  padding: 5px 10px;
  margin-top: 15px;
}
#denuncia_ciudadana_modal_libre_cont > i {
  font-size: 40px;
  margin-top: 20px;
  color: #fff;
}
#denuncia_ciudadana_modal_libre_cont > i.error {
  color: red;
  background-color: #fff;
  border-radius: 50%;
  font-size: 34px;
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#denuncia_ciudadana_modal_libre_cont > button:hover {
  background-color: #1c5a94;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item_btn.html */
.reporte_ciudadano_modal_item_btn {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 10px;
  height: max-content;
  min-height: 60px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 350px;
  border: 2px solid #fff;
}
.reporte_ciudadano_modal_item_btn.naranjo {
  background-color: #d6701e;
}
.reporte_ciudadano_modal_item_btn.azul {
  background-color: #316fdb;
}
.reporte_ciudadano_modal_item_btn.rojo {
  background-color: #d41b1b;
}
.reporte_ciudadano_modal_item_btn.verde {
  background-color: #1ab03a;
}
.reporte_ciudadano_modal_item_btn.negro {
  background-color: #141414;
}
.reporte_ciudadano_modal_item_btn.naranjo:hover {
  background-color: #ae5b17;
}
.reporte_ciudadano_modal_item_btn.azul:hover {
  background-color: #164ba5;
}
.reporte_ciudadano_modal_item_btn.rojo:hover {
  background-color: #981111;
}
.reporte_ciudadano_modal_item_btn.verde:hover {
  background-color: #0d932a;
}
.reporte_ciudadano_modal_item_btn.negro:hover {
  background-color: #000;
}
.reporte_ciudadano_modal_item_btn > p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-family: bariolB;
}
/* vistas_web/denuncia_ciudadana/rc_formulario_lugar.html */
.rc_formulario_lugar {
  height: 70px;
  margin: 0 0 20px 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #398ab1;
  border: 2px solid #398ab1;
}
.rc_formulario_lugar > img {
  height: 100%;
}
.rc_formulario_lugar > p {
  width: 100%;
  text-align: left;
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1.1;
  flex-direction: column;
  font-size: 18px;
}
.rc_formulario_lugar > p > span {
  font-size: 15px;
  background-color: #0006;
  width: max-content;
  padding: 3px 5px;
  margin-bottom: 2px;
  border-radius: 5px;
}
/* vistas_web/denuncia_ciudadana/interfaz_lugares/rc_lugar_acceso_desde_qr.html */
.rc_lugar_acceso_desde_qr {
  width: 100%;
}
.rc_lugar_acceso_desde_qr > img {
  width: 70%;
  max-width: 250px;
  margin: 25px 0 15px 0;
}
.rc_lugar_acceso_desde_qr > div {
  background-color: #ececec57;
  padding: 10px;
  border-radius: 10px;
  width: 90%;
  margin: auto;
}
.rc_lugar_acceso_desde_qr > div > div.cont_img {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 110%;
}
.rc_lugar_acceso_desde_qr > div > div.cont_img > img {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.rc_lugar_acceso_desde_qr > div > div.cont_img > div {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background-color: #a2600c7a;*/
  padding: 15px 10px;
  border-radius: 0 0 10px 10px;
  background-image: linear-gradient(to bottom, #fff0 0%, #000000aa 10%, #00000099 100%);
}
.rc_lugar_acceso_desde_qr > div > div.cont_img > div > h1 {
  font-size: 22px;
  font-family: supra_bold, sans-serif;
  color: #fff;
  text-align: left;
  margin: 0;
}
.rc_lugar_acceso_desde_qr > div > div.cont_img > div > p {
  text-align: justify;
  color: #f3f2db;
  font-style: italic;
  margin: 0;
  margin-top: 10px;
}
.rc_lugar_acceso_desde_qr > div > p.exp {
  font-size: 18px;
  color: #303030;
  font-weight: bold;
}
.rc_lugar_acceso_desde_qr > button {
  width: 80%;
  max-width: 300px;
  padding: 10px;
  margin: 30px;
  color: #fff;
  background-color: #3367e1;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.rc_lugar_acceso_desde_qr > button:hover {
  background-color: #25448b;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item_btn_cont.html */
.reporte_ciudadano_modal_item_btn_cont {
  display: none;
}
.reporte_ciudadano_modal_item_btn_cont.act {
  display: block;
}
.reporte_ciudadano_modal_proceso_accion {
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  border: 1px solid #076fb0;
  margin-top: 15px;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.reporte_ciudadano_modal_proceso_accion.act {
  display: flex;
}
.reporte_ciudadano_modal_proceso_accion > p {
  margin: 20px 20px 20px;
  text-align: center;
  font-size: 20px;
  color: blue;
}
.reporte_ciudadano_modal_proceso_accion > button {
  border: 0;
  background-color: #256eb3;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  min-width: 150px;
  max-width: calc(100% - 50px);
  width: max-content;
  padding: 0 20px;
  border-radius: 10px;
}
.reporte_ciudadano_modal_proceso_accion > button:hover {
  background-color: #1c5a94;
}
.reporte_ciudadano_modal_proceso_accion > button.cancelar {
  background-color: #ab4a12;
  margin-top: 20px;
}
.reporte_ciudadano_modal_proceso_accion > button.cancelar:hover {
  background-color: #742f08;
}
/* vistas_web/denuncia_ciudadana/proceso_secciones/rc_proceso_item_cont_imagenes.html */
.rc_proceso_item_cont_imagenes {
  width: calc(100% - 10px);
  overflow: auto;
  margin: 5px;
}
.rc_proceso_item_cont_imagenes > div:first-child {
  width: max-content;
  display: flex;
}
/* vistas_web/denuncia_ciudadana/proceso_secciones/rc_proceso_item_img.html */
.rc_proceso_item_img {
  height: 154px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.rc_proceso_item_img:first-child {
  margin-left: 5px;
}
.rc_proceso_item_img > img {
  height: 100%;
}
/* vistas_web/denuncia_ciudadana/proceso_secciones/rc_proceso_item_texto.html */
.rc_proceso_item_elemento {
  background-color: #fff;
}
.denuncia_ciudadana_modal_proceso_item > .rc_proceso_item_elemento.borde_superior {
  border-top: 1px solid #444;
}
.denuncia_ciudadana_modal_proceso_item.verde > .rc_proceso_item_elemento.borde_superior {
  border-top: 1px solid #829c01;
}
.denuncia_ciudadana_modal_proceso_item.azul > .rc_proceso_item_elemento.borde_superior {
  border-top: 1px solid #01539c;
}
.denuncia_ciudadana_modal_proceso_item.naranjo > .rc_proceso_item_elemento.borde_superior {
  border-top: 1px solid #b16009;
}
.denuncia_ciudadana_modal_proceso_item.negro > .rc_proceso_item_elemento.borde_superior {
  border-top: 1px solid #000;
}
.rc_proceso_item_elemento > p {
  font-size: 16px;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  margin: 5px 10px;
  margin-bottom: 20px;
  line-height: 20px;
}
.rc_proceso_item_elemento > p:first-child {
  margin-top: 20px;
}
/* CONTENEDOR DE TITULO Y BOTONES DE TITULO */
.rc_proceso_item_elemento > div.titulo {
  /*background-color: #ececec;*/
  display: flex;
  align-items: center;
}
.rc_proceso_item_elemento > div.titulo:first-child {
  margin-top: 15px;
}
.rc_proceso_item_elemento > div.titulo_d2 > p {
  font-size: 16px;
  width: max-content;
  color: #fff;
  border-radius: 5px;
  margin: 2px 0 0 10px;
  background-color: #666;
}
/* PARRAFO */
.rc_proceso_item_elemento > div > p {
  font-size: 16px;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  margin: 15px;
  color: #444;
}
.rc_proceso_item_elemento > div.titulo > p {
  font-size: 16px;
  color: #01539c;
  display: flex;
  align-items: center;
  margin: 0 10px;
  font-family: bariolB;
  font-size: 20px;
}
.denuncia_ciudadana_modal_proceso_item.verde > .rc_proceso_item_elemento > div.titulo > p {
  color: #829c01;
}
.denuncia_ciudadana_modal_proceso_item.azul > .rc_proceso_item_elemento > div.titulo > p {
  color: #01539c;
}
.denuncia_ciudadana_modal_proceso_item.naranjo > .rc_proceso_item_elemento > div.titulo > p {
  color: #b16009;
}
.denuncia_ciudadana_modal_proceso_item.negro > .rc_proceso_item_elemento > div.titulo > p {
  color: #000;
}
.rc_proceso_item_elemento > div.titulo_d2 > p {
  font-size: 16px;
  padding: 7px 10px;
  width: max-content;
  color: #fff;
  border-radius: 5px;
  margin: 2px 0 0 10px;
  background-color: #666;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_lista.html */
#reporte_ciudadano_modal_lista {
  width: 100%;
  height: 100%;
}
#reporte_ciudadano_modal_lista.modern {
  /*background-image:url('https://www.concon.cl/img/correo/sdc_02.jpg');*/
  /*background-image: url(https://www.concon.cl/img/fondos/puntos_v1.jpg);*/
}
#reporte_ciudadano_modal_lista > div {
  width: 100%;
  height: 100%;
}
#reporte_ciudadano_modal_lista > div > div:first-child {
  width: 100%;
  height: 130px;
  display: block;
  width: 100%;
}
#reporte_ciudadano_modal_lista.modern > div > div:first-child {
  background-image: none;
  box-shadow: 0 0px 26px -6px #000;
  position: relative;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child {
  width: 100%;
  height: 130px;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child {
  width: calc(100% - 20px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: calc(100% - 0px);
}
#reporte_ciudadano_modal_lista.con_filtros > div > div:first-child > div:first-child > div:first-child {
  height: calc(40px);
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:first-child {
  width: max-content;
  max-width: calc(100% - 0px);
  /*background-color: #ffffffad;*/
  padding: 0 10px;
  padding-top: 0;
  height: 100%;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:first-child > p {
  margin: 0;
  font-size: 22px;
  font-family: BariolB;
  color: #ffffff !important;
  line-height: 17px;
  height: 100%;
  display: flex;
  align-items: center;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:first-child > p > i {
  margin-right: 10px;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:nth-child(2) {
  width: max-content;
  min-width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:nth-child(2) > div {
  background-color: rgba(0, 0, 0, 0.374);
  height: 46px;
  width: 46px;
  border-radius: 5px;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:nth-child(2) > div:hover {
  background-color: rgba(0, 0, 0, 0.525);
}
#reporte_ciudadano_modal_lista > div > div:first-child > div:first-child > div:first-child > div:nth-child(2) > div > i {
  font-size: 23px;
  color: #fff;
}
#reporte_ciudadano_modal_lista > div > div:nth-child(2) {
  width: 100%;
  height: calc(100% - 130px);
  overflow: auto;
  background-color: #d6d6d6;
}
#reporte_ciudadano_modal_lista:not(.modern) > div > div:nth-child(2) {
  background-color: #efefef;
}
#reporte_ciudadano_modal_lista > div > div:nth-child(2) > div:first-child {
  width: 100%;
  height: max-content;
}
#reporte_ciudadano_modal_lista > div > div:nth-child(2) > div:first-child > div {
  width: 100%;
}
#reporte_ciudadano_modal_lista_cont {
  width: 100%;
  text-align: center;
}
#reporte_ciudadano_modal_lista_cont > p {
  margin: 50px 20px 20px;
  text-align: center;
  font-size: 20px;
  color: red;
}
#reporte_ciudadano_modal_lista_cont > button {
  border: 0;
  background-color: #256eb3;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  width: 150px;
  border-radius: 10px;
}
#reporte_ciudadano_modal_lista_cont > button:hover {
  background-color: #1c5a94;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_items.html */
.denuncia_ciudadana_item {
  width: 100%;
  min-height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  max-width: 500px;
  margin-top: 10px;
}
.denuncia_ciudadana_item.rojo {
  background-color: #fa805d;
  background-image: linear-gradient(to left top, #fa805d, #d5461f);
}
.denuncia_ciudadana_item.verde {
  background-color: #469c75;
  background-image: linear-gradient(to left top, #469c75, #1c724b);
}
.denuncia_ciudadana_item.naranjo {
  background-color: #d18d36;
  background-image: linear-gradient(to left top, #d18d36, #a06212);
}
.denuncia_ciudadana_item.celeste {
  background-color: #409bc8;
  background-image: linear-gradient(to left top, #409bc8, #1d6c94);
}
.denuncia_ciudadana_item.cafe {
  background-color: #91685b;
  background-image: linear-gradient(to left top, #91685b, #794535);
}
.denuncia_ciudadana_item.azul {
  background-color: #4661c2;
  background-image: linear-gradient(to left top, #4661c2, #213da0);
}
.denuncia_ciudadana_item.cafe_claro {
  background-color: #e28362;
  background-image: linear-gradient(to left top, #e28362, #ae6248);
}
.denuncia_ciudadana_item.rojo:hover {
  background-color: #e1603b;
  background-image: linear-gradient(to left top, #e1603b, #a73b1d);
}
.denuncia_ciudadana_item.verde:hover {
  background-color: #0c8f53;
  background-image: linear-gradient(to left top, #0c8f53, #067141);
}
.denuncia_ciudadana_item.naranjo:hover {
  background-color: #d77901;
  background-image: linear-gradient(to left top, #d77901, #955400);
}
.denuncia_ciudadana_item.celeste:hover {
  background-color: #0079b5;
  background-image: linear-gradient(to left top, #0079b5, #004d74);
}
.denuncia_ciudadana_item.cafe:hover {
  background-color: #c24117;
  background-image: linear-gradient(to left top, #c24117, #882c0d);
}
.denuncia_ciudadana_item.azul:hover {
  background-color: #1a75b7;
  background-image: linear-gradient(to left top, #1a75b7, #0f4b76);
}
.denuncia_ciudadana_item.cafe_claro:hover {
  background-color: #bc4820;
  background-image: linear-gradient(to left top, #bc4820, #782b12);
}
.denuncia_ciudadana_item > i {
  color: #fff;
  height: 70px;
  width: 70px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 32px;
}
.denuncia_ciudadana_item > p:nth-child(2) {
  color: #fff;
  margin: 0;
  width: calc(100% - 80px);
  line-height: 18px;
  font-size: 18px;
  padding: 25px 0;
  text-align: left;
  text-transform: uppercase;
}
.denuncia_ciudadana_item > p:nth-child(3) {
  color: #ffffffac;
  width: max-content;
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin: 0;
}
.denuncia_ciudadana_item > p:nth-child(3) > i {
  margin-left: 10px;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item_btn_interfaz.html */
.rc_modal_item_btn_interfaz {
  width: 100%;
  height: 100%;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item_img.html */
.dc_mv_imagen_item {
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
  margin-bottom: 5px;
}
.dc_mv_imagen_item > img {
  border-radius: 10px;
  width: 100%;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_area_imagenes_app.html */
.rc_item_btn_interfaz_imagenes {
  margin: 20px 10px 10px 10px;
}
.rc_item_btn_interfaz_imagenes_mini {
  width: 100%;
  display: none;
}
.rc_item_btn_interfaz_imagenes_mini.act {
  display: block;
}
.rc_item_btn_interfaz_imagenes > div:first-child > p {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #11549c;
  font-weight: bold;
}
.rc_item_btn_interfaz_cont_mini {
  width: calc(100% - 12px);
  border: 1px solid #444;
  overflow: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.rc_item_btn_interfaz_cm {
  width: max-content;
  display: flex;
  padding-right: 5px;
}
/* CONTENEDOR IMAGEN */
.rc_item_btn_interfaz_cm > div.img {
  height: 154px;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.rc_item_btn_interfaz_cm > div.img:first-child {
  margin-left: 5px;
}
/* IMAGEN */
.rc_item_btn_interfaz_cm > div.img > img {
  height: 100%;
}
/* BOTON ELIMINAR IMAGEN */
.rc_item_btn_interfaz_cm > div.img > i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.rc_item_btn_interfaz_cm > div.img:hover > i {
  display: flex;
}
/* CONTENEDOR SPIN ANIMADO AL CARGAR LA IMAGEN */
.rc_item_btn_interfaz_cm > div.rc_item_btn_interfaz_img_spin {
  width: 50px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* SPIN ANIMADO AL CARGAR LA IMAGEN */
.rc_item_btn_interfaz_cm > div.rc_item_btn_interfaz_img_spin > i {
  font-size: 30px;
  color: #1d4ec2;
}
.rc_item_btn_interfaz_imagenes_adj {
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #287bb6;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #287bb6;
  margin-top: 5px;
  font-weight: bold;
}
.rc_item_btn_interfaz_imagenes_adj:hover {
  background-color: #287bb6;
  color: #fff;
}
.rc_item_btn_interfaz_imagenes > div:last-child {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.rc_item_btn_interfaz_imagenes > div:last-child > input {
  display: none;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_seleccion_item.html */
.rc_item_btn_interfaz_seleccion_item {
  margin: 10px 20px 10px 20px;
  width: calc(100% - 62px);
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #999;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.rc_item_btn_interfaz_seleccion_item:hover {
  border: 1px solid #0071d0;
}
.rc_item_btn_interfaz_seleccion_item > i {
  font-size: 25px;
  color: #888;
}
.rc_item_btn_interfaz_seleccion_item:hover > i:not(.con_check) {
  color: #0071d0;
}
.rc_item_btn_interfaz_seleccion_item > i.con_check {
  display: none;
  color: #0071d0;
}
.rc_item_btn_interfaz_seleccion_item.act > i.sin_check {
  display: none;
}
.rc_item_btn_interfaz_seleccion_item.act > i.con_check {
  display: block;
}
.rc_item_btn_interfaz_seleccion_item > p {
  color: #004f92;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_plantillas_item.html */
.rc_form_plantillas > div:nth-child(2) > div {
  display: flex;
  justify-content: center;
  padding: 10px 10px;
  border-top: 1px solid #114c8b;
  color: #114c8b;
}
.rc_form_plantillas > div:nth-child(2) > div:first-child {
  border-top: 0;
}
.rc_form_plantillas > div:nth-child(2) > div:hover {
  background-color: #ebe9bd;
}
.rc_form_plantillas > div:nth-child(2) > div > p {
  margin: 0;
  user-select: none;
  text-align: center;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_texto.html */
.rc_item_btn_interfaz_texto {
  font-size: 18px;
  margin: 20px 10px 10px 10px;
  text-align: center;
  color: #666;
}
.rc_item_btn_interfaz_texto.cabecera {
  background-color: #076fb0;
  margin: 0;
  padding: 15px 10px;
  color: #fff;
}
.rc_item_btn_interfaz_texto.rojo {
  color: #f00;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_area_imagenes.html */
.rc_item_btn_interfaz_imagenes {
  margin: 20px 10px 10px 10px;
}
.rc_item_btn_interfaz_imagenes_mini {
  width: 100%;
  display: none;
}
.rc_item_btn_interfaz_imagenes_mini.act {
  display: block;
}
.rc_item_btn_interfaz_imagenes > div:first-child > p {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #11549c;
  font-weight: bold;
}
.rc_item_btn_interfaz_cont_mini {
  width: calc(100% - 12px);
  border: 1px solid #444;
  overflow: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.rc_item_btn_interfaz_cm {
  width: max-content;
  display: flex;
  padding-right: 5px;
}
/* CONTENEDOR IMAGEN */
.rc_item_btn_interfaz_cm > div.img {
  height: 154px;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.rc_item_btn_interfaz_cm > div.img:first-child {
  margin-left: 5px;
}
/* IMAGEN */
.rc_item_btn_interfaz_cm > div.img > img {
  height: 100%;
}
/* BOTON ELIMINAR IMAGEN */
.rc_item_btn_interfaz_cm > div.img > i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.rc_item_btn_interfaz_cm > div.img:hover > i {
  display: flex;
}
/* CONTENEDOR SPIN ANIMADO AL CARGAR LA IMAGEN */
.rc_item_btn_interfaz_cm > div.rc_item_btn_interfaz_img_spin {
  width: 50px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* SPIN ANIMADO AL CARGAR LA IMAGEN */
.rc_item_btn_interfaz_cm > div.rc_item_btn_interfaz_img_spin > i {
  font-size: 30px;
  color: #1d4ec2;
}
.rc_item_btn_interfaz_imagenes_adj {
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #287bb6;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #287bb6;
  margin-top: 5px;
  font-weight: bold;
}
.rc_item_btn_interfaz_imagenes_adj:hover {
  background-color: #287bb6;
  color: #fff;
}
.rc_item_btn_interfaz_imagenes > div:last-child {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.rc_item_btn_interfaz_imagenes > div:last-child > input {
  display: none;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_plantillas.html */
.rc_form_plantillas {
  position: absolute;
  right: 0;
  top: -10px;
  height: 40px;
  cursor: pointer;
}
.rc_form_plantillas > div:first-child {
  display: flex;
  height: calc(100% - 2px);
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
  border: 1px solid #114c8b;
  background-color: #daecff;
}
.rc_form_plantillas.act > div:first-child, .rc_form_plantillas:not(.act):hover > div:first-child {
  background-color: #114c8b;
}
.rc_form_plantillas.act > div:first-child {
  background-color: #114c8b;
  border-radius: 5px 5px 0 0;
}
.rc_form_plantillas > div:first-child > p {
  margin: 0;
  color: #114c8b;
}
.rc_form_plantillas.act > div:first-child > p, .rc_form_plantillas:not(.act):hover > div:first-child > p {
  color: #fff;
  user-select: none;
}
.rc_form_plantillas > div:first-child > i {
  color: #114c8b;
  margin-left: 5px;
  display: none;
}
.rc_form_plantillas.act > div:first-child > i, .rc_form_plantillas:not(.act):hover > div:first-child > i {
  color: #fff;
}
.rc_form_plantillas.act > div:first-child > i.expandido, .rc_form_plantillas:not(.act) > div:first-child > i.colapsado {
  display: inline-block;
}
.rc_form_plantillas > div:nth-child(2) {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px 0 5px 5px;
  width: 180px;
  right: 0;
  top: 39px;
  border: 1px solid #114c8b;
  overflow: hidden;
}
.rc_form_plantillas.act > div:nth-child(2) {
  display: block;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_area_texto.html */
.rc_item_btn_interfaz_area_texto {
  margin: 20px 10px 10px 10px;
  position: relative;
}
.rc_item_btn_interfaz_area_texto > p {
  margin: 15px 0 15px 0;
  color: #114c8b;
  font-weight: bold;
}
.rc_item_btn_interfaz_area_texto > textarea {
  border-radius: 10px;
  width: calc(100% - 22px);
  border: 1px solid #444;
  padding: 10px;
  font-size: 15px;
  min-height: 70px;
  resize: vertical;
}
/* vistas_web/denuncia_ciudadana/interfaz_botones/rc_item_btn_interfaz_boton.html */
.rc_item_btn_interfaz_boton {
  margin: 20px 10px 10px 10px;
  text-align: center;
}
.rc_item_btn_interfaz_boton > button {
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  min-width: 200px;
  max-width: calc(100% - 100px);
  width: max-content;
  font-family: bariolB;
}
.rc_item_btn_interfaz_boton > button.azul {
  background-color: #0f5dd2;
}
.rc_item_btn_interfaz_boton > button.azul:hover {
  background-color: #0d4aa5;
}
.rc_item_btn_interfaz_boton > button.naranjo {
  background-color: #c66210;
}
.rc_item_btn_interfaz_boton > button.naranjo:hover {
  background-color: #a14f0c;
}
.rc_item_btn_interfaz_boton > button.rojo {
  background-color: #d60000;
}
.rc_item_btn_interfaz_boton > button.rojo:hover {
  background-color: #890000;
}
.rc_item_btn_interfaz_boton > button.negro {
  background-color: #141414;
}
.rc_item_btn_interfaz_boton > button.negro:hover {
  background-color: #000;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_mdl_item.html */
.denuncia_ciudadana_modal_cont {
  width: 100%;
  height: 100%;
  background-image: url(https://www.concon.cl/img/fondos/puntos_v2.png);
  background-position: left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.denuncia_ciudadana_modal_cont.app {
  position: absolute;
  display: block;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.denuncia_ciudadana_modal_cont.act:not(.app) {
  display: block;
}
.denuncia_ciudadana_modal_cont.act.app {
  transform: translateX(0%);
}
.denuncia_ciudadana_modal_cont > div {
  width: 100%;
  height: 100%;
}
/*====================================================================================*/
.denuncia_ciudadana_modal_cont > div {
  /* FONDOS OBSCUROS 
			background-image: linear-gradient(to bottom right, #003824f5, #005735f5);
			background-image: linear-gradient(to bottom right, #380c00f5, #571300f5);
			background-image: linear-gradient(to bottom right, #0d0d0df5, #383838f5);
			background-image: linear-gradient(to bottom right, #00161ff5, #005070f5);
			background-image: linear-gradient(to bottom right, #00205aef, #00678ff5);

			background-image: linear-gradient(to bottom right, #d67200f2, #f18a13f5);*/
  background-image: linear-gradient(to bottom right, #df6537f0, #df6537f7);
}
.denuncia_ciudadana_modal_cont > div > div:first-child {
  width: 100%;
  height: 155px;
  display: block;
  width: 100%;
  position: relative;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child {
  width: 100%;
  height: 95px;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child {
  padding: 10px;
  padding-top: 0;
  width: calc(100% - 20px);
  text-align: center;
  display: flex;
  text-align: left;
  flex-direction: column;
  position: relative;
  height: calc(100% - 10px);
  align-items: center;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div:first-child {
  width: max-content;
  max-width: calc(100% - 125px);
  /*background-color: #ffffffa4;*/
  border-radius: 5px;
  padding: 5px 10px 5px 5px;
  margin-top: 5px;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div:first-child > p {
  margin: 0;
  font-size: 18px;
  color: #376bc2 !important;
  font-family: bariolB;
  display: flex;
  align-items: center;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div:first-child > p > i {
  margin-right: 5px;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div:last-child {
  display: flex;
  margin-top: 0px;
  width: max-content;
  max-width: calc(100% - 115px);
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div > div:first-child {
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: default;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div > div:first-child > p:first-child {
  font-size: 14px;
  color: #ffffff;
  font-family: bariolB;
  margin: 0;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:first-child > div:first-child > div > div:first-child > p:last-child {
  font-size: 20px;
  color: #ffffff;
  font-family: bariolB;
  margin: 0;
  text-transform: uppercase;
}
.rc_item_estado {
  background-color: #183a75;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.rc_item_estado.verde {
  background-color: #008000;
}
.rc_item_estado.rojo {
  background-color: #ff0000;
}
.rc_item_estado.naranjo {
  background-color: #ce920f;
}
.rc_item_estado.gris {
  background-color: #707070;
}
.rc_item_estado.azul {
  background-color: #0851e4;
}
.rc_item_estado > p {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  margin: 0;
  text-align: center;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) {
  width: calc(100% - 10px);
  margin: auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) > div {
  width: 100%;
  margin-left: 5px;
  height: 55px;
  /*background-color: #00000096;*/
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) > div:first-child {
  margin-left: 0;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) > div:not(.act):hover {
  background-color: #000000b7;
  margin-top: 2px;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) > div > p {
  margin: 0;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  /*color: #fff;*/
  color: #572f02;
  font-weight: bold;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(2) > div.act {
  /*background-color: #eee;*/
  border-radius: 10px 10px 0 0;
  margin-top: 5px;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) {
  position: absolute;
  min-width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) > div {
  background-color: rgba(0, 0, 0, 0.374);
  height: 46px;
  width: 46px;
  border-radius: 5px;
  margin-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) > div:hover {
  background-color: rgba(0, 0, 0, 0.525);
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) > div > i {
  font-size: 23px;
  color: #fff;
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) > div:first-child {
  /*margin-right: 58px;*/
}
.denuncia_ciudadana_modal_cont > div > div:first-child > div:nth-child(3) > div:nth-child(2) {
  /*display: none;*/
}
.denuncia_ciudadana_modal_cont > div > div:nth-child(2) {
  /*width: calc(100% - 10px);*/
  margin: auto;
  /*height: calc(100% - 160px);*/
  height: calc(100% - 155px);
}
.denuncia_ciudadana_modal_cont > div > div:nth-child(2) > div:first-child {
  width: 100%;
  height: calc(100% - 0px);
  box-shadow: inset;
  z-index: 2;
  position: relative;
}
.denuncia_ciudadana_modal_ventana {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
  border-right: 0;
  /*border-radius: 10px;*/
  display: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*background-color: #00000096;*/
  background-color: #fff;
}
/*.denuncia_ciudadana_modal_ventana:first-child{
						border-radius: 0 10px 10px 10px;
					}
                    .denuncia_ciudadana_modal_ventana:last-child{
						border-radius: 10px 0 10px 10px;
					}*/
.denuncia_ciudadana_modal_ventana.act {
  display: flex;
}
.denuncia_ciudadana_modal_ventana > div {
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  overflow: auto;
  border-radius: 10px;
}
.denuncia_ciudadana_modal_ventana > div > div {
  height: max-content;
}
#dc_mv_proceso_contenedor {
  padding: 5px 0;
  position: relative;
}
#denuncia_ciudadana_modal_ventana_datos {
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #373737;
}
#denuncia_ciudadana_modal_ventana_datos > label {
  font-size: 16px;
  margin: 0;
  color: #295ba8;
}
#denuncia_ciudadana_modal_ventana_datos > label:first-child {
  margin-top: 40px;
}
#denuncia_ciudadana_modal_ventana_datos > p {
  margin: 2px 0 20px 0px;
  border: 1px solid #c2c2c2;
  padding: 7px 10px;
  border-radius: 5px;
  min-height: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
#denuncia_ciudadana_modal_ventana_imagenes {
  /*padding:20px;*/
  /*margin-top: 10px;*/
}
#dc_mv_imagenes_contenedor {
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
/*CUANDO EL ITEM NO TIENE IMAGENES*/
#dc_mv_imagenes_contenedor > p {
  font-size: 20px;
  color: #114c8b;
}
/* vistas_web/denuncia_ciudadana/denuncia_ciudadana_formulario_app.html */
#web_denuncia_ciudadana_formulario {
  width: calc(100% - 50px);
  max-height: calc(100% - 50px);
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
  max-width: 650px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 650px) {
  #web_denuncia_ciudadana_formulario {
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
  }
  #web_denuncia_ciudadana_formulario > div {
    border-radius: 0 !important;
  }
}
#web_denuncia_ciudadana_formulario > div:first-child {
  width: 100%;
  height: 100px;
  background-color: #0071d0;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-image: url("https://www.concon.cl/img/correo/sdc_02.jpg");
  background-size: cover;
  background-color: #bc925b;
  position: relative;
}
#web_denuncia_ciudadana_formulario > div:first-child > div {
  width: calc(100% - 0px - 70px);
}
#web_denuncia_ciudadana_formulario > div:first-child > div > p:first-child {
  color: #fff;
  font-size: 16px;
  background-color: #ffffffa4;
  width: max-content;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  border-radius: 5px;
  color: #3f93ee;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > p:first-child > span {
  color: #ff7b39;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div {
  width: 100%;
  display: flex;
  margin-top: 5px;
  align-items: center;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div > i {
  color: #fff;
  margin-left: 20px;
  font-size: 20px;
}
#web_denuncia_ciudadana_formulario > div:first-child > div > div > p {
  color: #fff;
  padding: 0 10px;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
}
#web_denuncia_ciudadana_formulario > div:first-child > i {
  color: #ffffffec;
  background-color: #00000021;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  cursor: pointer;
  position: absolute;
}
#web_denuncia_ciudadana_formulario > div:first-child > i:hover {
  background-color: #00000047;
}
#web_denuncia_ciudadana_form {
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: calc(100% - 100px);
  overflow: auto;
  background-color: #f0f0f0;
  /*background-color: #a9dcff59;
            background-image: linear-gradient(to bottom, #a9dcffc4 0px, #a9dcffc2 300px, #0061a3 100%);*/
  display: none;
}
#web_denuncia_ciudadana_form.act {
  display: block;
}
#web_denuncia_ciudadana_form > div:nth-child(1) {
  margin: auto;
  padding-top: 30px;
  width: calc(100% - 40px);
  max-width: 700px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form {
  text-align: left;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > p.form_texto_titulo {
  color: #7c7c7c;
  margin: 0;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea {
  text-align: center;
  margin: auto;
  position: relative;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea.last {
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.caract {
  position: absolute;
  top: 4px;
  right: 0;
  color: #6997b8;
  font-size: 14px;
  margin: 0;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.label {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #11549c;
  font-weight: bold;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > textarea {
  width: calc(100% - 22px);
  height: 60px;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  color: #444;
  resize: vertical;
  border: 0;
  border: 1px solid #6d9acb;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > ::placeholder {
  color: #919191;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.textarea > p.post_text {
  text-align: left;
  margin: 0;
  margin-top: 1px;
  font-size: 14px;
  font-family: supra_light;
  font-style: italic;
  color: #6d9acb;
}
#denuncia_ciudadana_cont_btn_adj {
  width: 100%;
  margin-top: 20px;
}
#denuncia_ciudadana_cont_cont_mini {
  width: 100%;
  display: none;
}
#denuncia_ciudadana_cont_cont_mini.act {
  display: block;
}
#denuncia_ciudadana_cont_btn_adj > div:first-child > p {
  text-align: left;
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  color: #11549c;
  font-weight: bold;
}
#denuncia_ciudadana_cont_miniaturas {
  width: calc(100% - 12px);
  border: 1px solid #444;
  overflow: auto;
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
#denuncia_ciudadana_cm {
  width: max-content;
  display: flex;
  padding-right: 5px;
}
#denuncia_ciudadana_cm > div.img {
  height: 154px;
  border: 1px solid #000;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
#denuncia_ciudadana_cm > div.img:first-child {
  margin-left: 5px;
}
#denuncia_ciudadana_cm > div.img > img {
  height: 100%;
}
#denuncia_ciudadana_cm > div.img > i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
#denuncia_ciudadana_cm > div.img:hover > i {
  display: flex;
}
#denuncia_ciudadana_cm > div.denuncia_ciudadana_spin {
  width: 50px;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#denuncia_ciudadana_cm > div.denuncia_ciudadana_spin > i {
  font-size: 30px;
  color: #1d4ec2;
}
.web_denuncia_ciudadana_adj {
  border: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #287bb6;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #287bb6;
  margin-top: 5px;
  font-weight: bold;
}
.web_denuncia_ciudadana_adj:hover {
  background-color: #287bb6;
  color: #fff;
}
#denuncia_ciudadana_cont_btn_adj > div:last-child {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#denuncia_ciudadana_cont_btn_adj > div:last-child > input {
  display: none;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.mensaje {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div.mensaje > p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: #c10c0c;
  text-shadow: 0 0 5px #c0c0c0;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button {
  background-color: #0181dd;
  background-image: linear-gradient(to left top, #0181dd, #006ab6);
  width: 80%;
  height: 50px;
  border: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  max-width: 250px;
  cursor: pointer;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:hover {
  background-color: #096fb8;
  background-image: linear-gradient(to left top, #096fb8, #025794);
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:last-child {
  background-color: #e17721;
  background-image: linear-gradient(to left top, #e17721, #b95d11);
  margin-top: 20px;
}
#web_denuncia_ciudadana_form > div:nth-child(1) > div.form > div:last-child > button:last-child:hover {
  background-color: #b65c13;
  background-image: linear-gradient(to left top, #b65c13, #954809);
}
#web_denuncia_ciudadana_procesando {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_denuncia_ciudadana_procesando.act {
  display: flex;
}
#web_denuncia_ciudadana_procesando > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_denuncia_ciudadana_procesando > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_denuncia_ciudadana_procesando > p {
  font-size: 20px;
}
#web_denuncia_ciudadana_proc_ok {
  border-radius: 20px;
  position: absolute;
  background-color: #2982c4;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.concon.cl/img/svg/icos3.svg");
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
#web_denuncia_ciudadana_proc_ok.act {
  display: flex;
}
#web_denuncia_ciudadana_proc_ok.error {
  background-color: #fc9d30;
}
#web_denuncia_ciudadana_proc_ok > img {
  width: 80%;
  max-width: 200px;
  background-color: #fffdfdad;
  padding: 20px;
  border-radius: 10px;
}
#web_denuncia_ciudadana_proc_ok > i {
  font-size: 50px;
  margin-top: 20px;
}
#web_denuncia_ciudadana_proc_ok.error > i {
  display: none;
}
#web_denuncia_ciudadana_proc_ok > p {
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
}
#web_denuncia_ciudadana_proc_ok > button {
  width: 150px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  color: #2982c4;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
}
#web_denuncia_ciudadana_proc_ok > button:hover {
  background-color: #ddd;
}
