@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;
  }
}

@media screen and (min-width: 700px) {
  .menu-responsive {
    display: none !important;
  }
  
}

.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: 1024px;
	margin: 0 auto !important;
	padding-top: 2% !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;
}

.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;
}

.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;
}

.menu-normal{
	
}
/*
NUEVOS ESTILOS PARA EL NUEVO PORTAL DE TRAMITES
*/

.ZeroPadding {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.ZeroPadding-Bottom {  
    padding-bottom: 0!important;
}
.ZeroPadding-Top {  
    padding-top: 0!important;
}
.ZeroPadding-Right{
	padding-right: 0!important;
}
.ZeroPadding-Left{
	padding-left: 0!important;
}
.links{
	text-decoration: none;
    color: #000;
    font-weight: bold;
}
.greenlink{
	color:#114B31!important;
}
.greylink{
	color:#9D9E9F!important;
}
.goldlink{
	color:#BC955C!important;
}
.header-cdmx-tramites-lr{
	padding-left: 9px;
	padding-right: 9px;
  
    background: #FFFFFF;
    border-bottom: 1px solid #f0f0f0;
}
.contenido-tramites-lr{
	padding-left: 9px;
	padding-right: 9px;
}
.back-tramite-white{
	background: #FFFFFF;
}
.back-tramiteinfo-footer{
	 border-radius: 8px;
  		box-shadow: 0 2px 4px 0 rgba(26, 26, 26, 0.1), 0 0 0 1px rgba(26, 26, 26, 0.1);
  		background-color: #fff;
	
}
.back-tramiteinfo-border{
	border: solid 1px #eae8e8;
}
.back-tramite-quenecesito{
	background: #DDC9A3;
}
.back-tramite-golddark{
	background-color: #bc955c;
}
.backbutton{
	font-size: 14px !important;
    text-decoration: none;
    background-color: white;
    border: 2px solid #0F4C42;
    color:#0F4C42;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;	
}
.backbuttonlabel{
	float:left;
	padding-top:5px;
}
.boton-gris{
	font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 5px;
    color: #000000 !important;
    background-color: #E8E8E8 !important;
}
.magenta{	
	color: #9f2442!important;
}
.magentalink{
	color:#9f2241;
}
.black{	
	color: #000000!important;
}
.blue-container-blue {
    background-color: #BFDAFA;
    border-color: #0C6EEE;
     border: 1px SOLID #0C6EEE;
    border-radius: 4px;
    padding: 10px;
}

.cream-container-cream {
    border-radius: 10px;
  	border: solid 1px #eeac00;
  	background-color: #f4e5bb;
   padding: 10px;
}

.grey-border-left{
	border-left: 1px solid #eae8e8;
}
.grey-border-right{
	border-right: 1px solid #eae8e8;
}
.grey-border-top{
	border-top: 1px solid #eae8e8;
}
.grey-border-bottom{
	border-bottom: 1px solid #eae8e8;
}


.grecaFooter {
    background-image: url(/resources/img/cintillo.svg);
    background-repeat: repeat-x;  
    background-position-x: center;
    height: 25px;
}
.border-rigth-w{
	border-right: 2px solid white;
}
.mobileIndicadorColor{
	border: 1px solid;    border-radius: 4px; background-color: #3E6377;
}
.borderbt-white{
	    border-bottom: 1px solid white;
}
.selectTramite{
	border: 1px solid #a8a8a8!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.nodecoration>li{
	list-style-type: none;
}

.verMapa{
	    font-size: 14px !important;
    text-decoration: none;
    border-radius: 5px;
  	background-color: #8b1232;
    color: #FFFFFF;
   
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.iconInfo{
	width: 24px;
    position: absolute;
    margin-top: -3px;
}
.label-info{
	    padding-left: 34px;
}


@media (max-width: 575.98px) { 
  #desktopIndicadorColor{
  display:none;
  } 
  #mobileIndicadorColor{
   display:block;
  }
}


@media (min-width: 576px) and (max-width: 991.98px) { 
	#desktopIndicadorColor{
  	display:none;
  } 
  #mobileIndicadorColor{
   display:block;
  }
}


@media (min-width: 992px) and (max-width: 1199.98px) { 
 		#desktopIndicadorColor{
  display:block;
  } 
  #mobileIndicadorColor{
   display:none;
  }
}

 
@media (min-width: 1200px) { 
#desktopIndicadorColor{
  display:block;
  } 
  #mobileIndicadorColor{
   display:none;
  }
    
}
@media (min-width: 1400px) { 
	#desktopIndicadorColor{
  display:block;
  } 
  #mobileIndicadorColor{
   display:none;
  }
}













/*
MEDIA QUERY PAARA EL SISTEMA HOY NO CIRCULA
*/

@media screen and (min-width: 1441px){
	
	.flex {
  		display: flex !important;
	}
	
	.text-right {
  		text-align: right !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 16px important;
		    font-weight: 600 !important; 
		    border: 3.9px solid #9F2241 !important;
		}
	.panelResponsive{
		padding: 15px 10% 0px 10% !important;
	}

	.lblSegundoApartado{
		font-size: 23px !important;
		font-weight: 300 !important;
	}
	.ui-datepicker .ui-datepicker-title {
		    margin: 0 2.3em;
		    line-height: 1.8em;
		    text-align: center;
		    font-size: x-large;
		}
	.ui-datepicker table {
		    background: #ffffff;
		    border: 0 !important;
		    width: 300px;
		    height: 300px;
	}
	.calendarioResponsivo{
		color: blue !important;
		font-size: 30px !important;
	}
	
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1440px){
	
	.flex {
 		display: flex !important;
	}
	
	.text-right {
  		text-align: right !important;
	}
	
	.panelResponsive{
		padding: 15px 10% 0px 10% !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 16px important;
		    font-weight: 600 !important; 
		    border: 3.9px solid #9F2241 !important;
		}
	.lblSegundoApartado{
		font-size: 23px !important;
		font-weight: 300 !important;
	}
	.ui-datepicker .ui-datepicker-title {
		    margin: 0 2.3em;
		    line-height: 1.8em;
		    text-align: center;
		    font-size: x-large;
		}
	.ui-datepicker table {
		    background: #ffffff;
		    border: 0 !important;
		    width: 300px;
		    height: 300px;
	}
	.calendarioResponsivo{
		color: aqua !important;
		font-size: 30px !important;
	}
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	
	#headerIndicadores{
		width: 100% !important;
	}

	.panelResponsive{
		padding: 15px 10% 0px 10% !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 16px important;
		    font-weight: 600 !important; 
		    border: 3.9px solid #9F2241 !important;
		}
	.lblSegundoApartado{
		font-size: 23px !important;
		font-weight: 300 !important;
	}
	.ui-datepicker .ui-datepicker-title {
		    margin: 0 2.3em;
		    line-height: 1.8em;
		    text-align: center;
		    font-size: x-large;
		}
	.ui-datepicker table {
		    background: #ffffff;
		    border: 0 !important;
		    width: 300px;
		    height: 300px;
	}
	.calendarioResponsivo{
		color: green !important;
		font-size: 70px !important;
	}
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 425px) and (max-width: 768px){
	
	#headerIndicadores{
		width: 100% !important;
	}
	
	.panelResponsive{
		padding: 5px 0% 10px 0% !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 16px important;
		    font-weight: 600 !important; 
		    border: 3.9px solid #9F2241 !important;
		}	
	.lblSegundoApartado{
		font-size: 23px !important;
		font-weight: 300 !important;;
	}
	.ui-datepicker .ui-datepicker-title {
		    margin: 0 2.3em;
		    line-height: 1.8em;
		    text-align: center;
		    font-size: x-large;
		}
	.ui-datepicker table {
		    background: #ffffff;
		    border: 0 !important;
		    width: 300px;
		    height: 300px;
	}
	.calendarioResponsivo{
		color: pink !important;
		font-size: 30px !important;
	}
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 320px) and (max-width: 425px){
	
	#headerIndicadores{
		width: 100% !important;
	}
	
	.panelResponsive{
		padding: 5px 0% 10px 0% !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 14px important;
		    font-weight: 600 !important; 
		    border: 3.9px solid #9F2241 !important;
		}
	.lblSegundoApartado{
		font-size: 18px !important;
		font-weight: 300 !important;
	}
	.ui-datepicker .ui-datepicker-title {
		margin: 0 1em !important;
		line-height: 1.2em !important;
		text-align: center;
		font-size: medium !important;
		}
	.ui-datepicker table {
		    width: 250px !important;
	}
	.calendarioResponsivo{
		color: gray !important;
		font-size: 30px !important;
	}
	.headerLbl{
		padding-left: 0px !important;
	}
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 320px){
	
	#headerIndicadores{
		width: 100% !important;
	}
	
	.panelResponsive{
		padding: 5px 0% 10px 0% !important;
	}
	.boton-continuar-llave {
			background-image: url(/resources/img/llave.svg) !important;
			background-position: left !important;
			background-repeat: no-repeat !important;	
			background-position-x: 15px !important;
			background-size: 15px !important;
		    border-radius: 50px 50px 50px 50px !important;
		    width: 250px !important; 
		    height: 50px !important;
		    padding: 6px 0 6px 20px;
		    background-color: #f3f3f3 !important; 
		    color: #4a5568 !important; 
		    font-size: 10px important;
		    font-weight: 500 !important; 
		   border: 3.9px solid #9F2241 !important;
		}
	.lblSegundoApartado{
		font-size: 16px !important;
		font-weight: 300 !important;
	}
	.ui-datepicker .ui-datepicker-title {
		margin: 0 1em !important;
		line-height: 1.2em !important;
		text-align: center;
		font-size: medium !important;
		}
	.ui-datepicker table {
		width: 65% !important;
	}
	.calendarioResponsivo {
		color: red !important;
		font-size: 30px !important;
	}
	#calHoyNoCircula{
		font-size: 0.2rem !important;
		width: 60% !important;
	}
	.headerImagen{
		width: 360px;
    	height: 40px;
	}
	.headerLbl{
		padding-left: 0px !important;
	}
	.ui-selectonemenu .ui-selectonemenu-label {
		font-size: 1rem;
	} 
	
	
}



