@charset "UTF-8";

@font-face {
  font-family: Inter;
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
  src: url("../../resources/font/inter/Inter-Regular.woff2") format("woff2"),
       url("../../resources/font/inter/Inter-Regular.woff.woff") format("woff");
}

@font-face {
  font-family: InterBold;
  font-style:  bold;
  font-weight: 100;
  font-display: swap;
  src: url("../../resources/font/inter/Inter-Bold.woff2") format("woff2"),
       url("../../resources/font/inter/Inter-Bold.woff") format("woff");
}

@font-face {
  font-family: InterSemiBold;
  font-style:  bold;
  font-weight: 100;
  font-display: swap;
  src: url("../../resources/font/inter/Inter-SemiBold.woff2") format("woff2"),
       url("../../resources/font/inter/Inter-SemiBold.woff") format("woff");
}

@media screen and (max-width: 700px) {
  .menu-normal {
    display: none !important;
  }
  
  .menuCustom {
	orientation: top;

	}
	.menuCustom ul li {
    background-color: #0000;
	orientation: top;
	}
 
  li.tabNouveau a {
	background-color: #FFFFFF ;
	width:200px;
	text-align: left;
	font-size:15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    orientation: top;
	}

	li.tabNouveau.ui-state-active a, li.tabNouveau.ui-state-hover a {
    
    background-image: url(/resources/img/header-tab.png) ;
    background-repeat: no-repeat;
    background-size: 150% 150%;
    color: #0f4c42 !important;
    text-align: left;
    vertical-align: center;
	font-size:15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
 	}
 	.pnl-descarga-guia{
 		text-align: center !important;
 	}
 	
 	.image-restaurante{
 	display: none;
 	}
 	
 	.image-restaurante-movil{
 	}
 	
 	.boton-buscar {
    font-size: 23px !important;
    font-weight: bold !important;
    letter-spacing: normal;
    width: 100% !important;
    height: 50px !important;
    text-align: center;
    color: #ffffff !important;
    background-color: #175E50 !important;
    border-radius: 10px !important;
   }
   
   .input-busqueda{
 	width: 100% !important; 
 	height: 50px !important;
 	}
 	
	.line-divisor-registro-est{
		border-bottom: 1px solid #6F7271 !important;
		border-right: none !important;
	} 	
	
	.ui-style-msg-sintramites{
		font-size: 1rem !important;
	}
}

@media screen and (min-width: 700px) {
  .menu-responsive {
    display: none !important;
  }
  
  .menuCustom {
	orientation: left;
	}
	.menuCustom ul li {
    background-color: #fff;
	orientation: left;
	}
  
    li.tabNouveau a {
	background-color: #FFFFFF ;
	width:200px;
	text-align: left;
	font-size:15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    orientation: left;
}

	li.tabNouveau.ui-state-active a, li.tabNouveau.ui-state-hover a {
    
    background-image: url(/resources/img/header-tab.png) ;
    background-repeat: no-repeat;
    background-size: 150% 150%;
    color: #0f4c42 !important;
    text-align: left;
    vertical-align: center;
	font-size:15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
 }

	.image-restaurante{
 	}
 	
 	.image-restaurante-movil{
 	display: none;
 	}
 	
 	.boton-buscar {
    font-size: 23px !important;
    font-weight: bold !important;
    letter-spacing: normal;
    width: 200px !important;
    height: 50px !important;
    text-align: center;
    color: #ffffff !important;
    background-color: #175E50 !important;
    border-radius: 10px !important; 
	}
 	
 	.input-busqueda{
 	width: 300px !important; 
 	height: 50px !important;
 	}
}


 .ui-calendar .ui-datepicker-timeonly {
        min-width: 50%;
    }


.btn-verde-redondo {
 	
  text-decoration: none;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  
  color: #fff;
  background-color: #008a43;
  border-color: #007d3d;
  
  border-radius: 18.5px;
  padding: 0.5rem 1.5rem;
}

.contenido{
	max-width: 1250px;
	margin: 0 auto !important;
}

.etiqueta-seccion{
  	font-family: sans-serif !important;
  	font-size: 12px !important;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	color: #5d5d5d !important;
}

.etiqueta-indicacion{
	font-family: SourceSansPro !important;
  	font-size: 12px !important;
  	font-weight: bold !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
 	letter-spacing: normal !important;
  	color: #898d8d !important;
}

.subtitulo{
	  font-family: sans-serif !important;
	  font-size: 14px !important;
	  font-weight: bold !important;
	  font-stretch: normal !important;
	  font-style: normal !important;
	  line-height: normal !important;
	  letter-spacing: normal !important;
	  color: #0f4c42 !important;
}

.etiqueta-completo{
	font-size: 12px !important;
	border-radius: 10px !important;
  	background-color: #00b140 !important;
  	padding: 4px !important;
  	color: #ffffff !important;
}

.etiqueta-incompleto{
	font-size: 12px !important;
	border-radius: 10px !important;
  	background-color:  #f7b500 !important;
  	padding: 4px !important;
  	color: #ffffff !important;
}

.etiqueta-seccion-detalle{
	font-family: sans-serif !important;
  	font-size: 14px !important;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	color: #5d5d5d !important;
}

.etiqueta-detalle{
	font-size: 14px !important;
  	font-weight: bold !important;
  	line-height: 1.33 !important;
  	letter-spacing: 0.2px !important;
  	color: #009288 !important;
}

.parrafo1{
	text-align: center !important;
	font-size: 20px !important;
	color: #5d5d5d;
	font-weight: bold !important;
}

.parrafo2{
	text-align: justify !important;
	font-size: 14px !important;
	color: #898d8d;
	font-weight: bold !important;
}

.parrafo3{
	align-content: center !important;
	text-align: center !important;
	font-size: 12px !important;
	vertical-align: middle;
}

.parrafo3aa{
	text-align: justify !important;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
    height: 100%;
    color: #0f4c42;
}

.parrafo3bb{
	text-align: center !important;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
    height: 100%;
    color: #00b140; 
}

.parrafo4{
	background-image: linear-gradient(103deg, #174a80 4%, #009288 97%);
	height: 100%;
	vertical-align: middle;
	text-align: center !important;
}

.parrafo4a{
	height: 50px;
	background-color: rgba(0, 0, 0, 0.15);
	vertical-align: middle;
	text-align: center !important;
	color: #ffffff !important;
}

.parrafol{
  height: 1px;
  background-color: #ffffff;
}

.label-front{
	text-align: justify !important;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #009288;
    height: 100%;
    color: #f8f8f8;
}

.parrafo3giros{
	text-align: start !important;
}

.parrafo5{
	text-align: justify !important;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #f8f8f8;
    height: 100%;
    color: #0f4c42;
}

.parrafo6{
	text-align: justify !important;
	font-weight: 400 !important;
    color: #5d5d5d !important;
}

.rectangulo5{
	background-color: #00b140;
}

.Registro{
	color: #ffffff;
	font-weight: 400 !important;
}

.articulo37{
	color: #0f4c42 !important; 
	font-zise: 8px !important;
	text-align: justify !important;
	font-weight:normal !important;
}

.manifestacion{
	height: 50px;
	background-color: rgba(0, 0, 0, 0.15);
	vertical-align: middle;
	text-align: left !important;
	color: #ffffff !important;
}

.boton-sidebar{
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 5px;
  color: #ffffff !important;
  background-color: #00b140 !important;
}

.boton-descargar{
	background-image: url("/resources/img/download.svg") !important;
	background-position: left !important;
	background-repeat: no-repeat !important;	
    background-position-x: 13px !important;
    max-width: 220px !important;
    /* height: 44px !important; */
    padding: 7px;
    /* padding-left: 35px !important; */
    border-radius: 5px;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    /* font-size: 16px !important; */
    padding-left: 50px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none;
    height: 20px !important;
}

.menu-normal{
	
}

.textos-left{
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.43 !important;
  text-align: left !important;
  color: #5d5d5d !important;
  padding-left: 10px !important;
}

.boton-preguntas {		
	border-color: #0055FF !important;
    font-family: sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #0055FF !important;
    height: 50px !important;
    max-width: 180px !important;
}

.boton-preguntas-green {		
	border-color: #009888 !important;
    font-family: sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #009888 !important;
    height: 50px !important;
    max-width: 180px !important;
}

.menu-home {	
	border: #009888 solid 4px !important;
	background-color: #009888 !important;
	border-color: #009888 !important;
    border-radius: 6px;
}

.menu-home-titulos {	
	background-color:  #ffffff !important;
	text-align: left !important;
    height: 100%;
}


/* Estilos para la pagina de error 404 */

.not-found {
    margin: 5em auto 0em !important;
    padding: 7em 3em 7em !important;
    background:#fff !important;
    /*border-radius: !important;*/
    width: 55% !important;
}

.notfound-top h1 {
    font-size: 9.5em !important;
    color: #0f4c42 !important;
    padding-top: 0.2em !important;
    text-align: center !important;
}

.content404 {  
  padding: 7em 3em 7em !important;
  float: right;
  width:100%;
  padding-left: 3em;
  border-left: 2px solid  #0f4c42;
}

 .foo td { 
    vertical-align: top; 
}

.icono-export-xlsx {
	position: relative !important;
    top: 5px !important;
}

.etiqueta-rsm{
	border-color: #ffffff !important;
	border: 1px solid #ffffff;
	font-size: 15px !important;
  	background-color: #e8e8e8 !important;
  	padding: 2px !important;
  	color: #272727 !important;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/1.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay {
  opacity: 1;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/2.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay2 {
  opacity: 1;
}

.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/3.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay3 {
  opacity: 1;
}

.overlay4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/4.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay4 {
  opacity: 1;
}

.overlay5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/5.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay5 {
  opacity: 1;
}

.overlay6 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 99%;
  opacity: 0;
  transition: .5s ease;
  background-image: url(/resources/img/activos/6.png) ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #F6F6F6;
}

.container:hover .overlay6 {
  opacity: 1;
}

.image {
  width: 200%;
  height: 200%;
}

.panel-warning{
	text-align: left !important; 
	border-radius: 6px; 
	background-color: #FFF3CD !important; 
	color: #866506 !important;
}

body .ui-datatableBandeja thead th {
    background: #5D5D5D !important;
    color: #f1f1f1 !important;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    text-align: left;
    box-sizing: content-box;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.campo-estatus{
	width: 80%; 
	height: 2em;
	padding: 5px 10px 10px 10px;
	text-align: left;
	vertical-align: middle !important;
}

.text-tabla-incompleto{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #F7B500;
    color: #241A00 !important;
   border-radius: 5px;
}

.text-tabla-noautorizado{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #F46767;
    color: #241A00 !important;
   border-radius: 5px;
}

.text-tabla-enrevision{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #6287D1;
    color: #241A00 !important;
   border-radius: 5px;
}

.text-tabla-autorizado{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background: #67F4C4;
    color: #241A00 !important;
   border-radius: 5px;
}

.ui-icon-user-login {
    background-image: url(/resources/img/user_login.svg) !important;
    width: 42px !important;
    height: 42px !important;
    background-size: 43px !important;
    background-position: 0 0 !important;
}

.info {
	margin-bottom: 2rem;
}

.header_negocios {
    /* background-color: #691C32; */
    background-color: #235B4E;
    padding: 1rem;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 16px 85px rgb(0 146 135 / 4%);
    text-align: center;
}

.titulo_negocios {
	font-family: 'Inter';
    font-weight: 900;
    font-size: 24px;
    line-height: 29.05px;
    margin: 0;
    color: #FFFFFF;
}

.body_negocios {
	background-color: #FFFFFF;	
	text-align: center;
}

.subtitulo_negocios {
	font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
    margin: 0;
    color: #235B4E;
    /* color: #BC955C; */
}

.image_negocios {
  width: 50%;
  height: 50%;
}

.container_negocios {
    position: relative;
    width: 60%;
}

.dataview-tramites .ui-panelgrid-cell{
	height: 100% !important;
	margin: auto !important;
}
.btn-registrar-estab{
	width: 89px !important;
	height: 39px;
	background: #235B4E !important;
	border-radius: 5.12297px !important;
	color: #fff !important;
	border: none !important;
	font-family: 'Inter' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 18px !important;
}
.lbl-registro-establecimiento{
	font-family: 'Inter' !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 1.25rem !important;
	line-height: 24px !important;
	color: #6F7271 !important;
}
.line-divisor-registro-est{
	border-right: 1px solid #6F7271;
	border-bottom: none;
}
.ui-style-msg-sintramites{
	font-family: 'Inter' !important;
	font-style: normal !important;
	font-weight: 700 !important;
	color:#5D5D5D !important;
	line-height: 24px !important;
}