@charset "UTF-8";

@media screen and (min-width: 1000px) {
  .footer {
     position:absolute;
  }
  #container {
    /*padding-bottom: 20em;*/
    padding-bottom: 1em;
    margin-top: 3em;
	}
	
	.spaceTop{
		padding-top: 2% !important;
	}
}

@media screen and (max-width: 999px) {
  #container {
        /*padding-bottom: 7em;*/
        padding-bottom: 1em;
        margin-top: 3em;
	}
	
	.spaceTop{
		padding-top: 3% !important;
	}
}


body, html { 
    margin:0 !important; 
    padding:0 !important; 
    height:100% !important; 
  } 
  #wrapper { 
    /*min-height:100% !important; */
    position:relative !important; 
  } 
 
  .footer { 
    height: auto !important; 
    background:#611232 !important; 
    width:100% !important; 
    bottom:0 !important; 
    left:0 !important; 
    min-height: 3em !important;
    padding-top: 1em !important;
    text-align: -webkit-center;
  }
  
  .grid-nogutter {
    /* marginheight: auto !important;rgin-left: 0; */
    margin-top: 0px !important;
    margin-bottom: 2px !important;
 }

.colorgreen {
	background-color: #00312d !important;
    margin-left: auto;
    max-width: 1280px;
    margin-right: auto;
}

.cintilloFooter {
    background-image: url(/resources/img/cintillo.png);
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position-x: center;
    background-position-y: bottom;
    height: 25px;
}

.max-width-footer{
	max-width:1280px; 
}

.titulo-footer {
	padding-bottom: 2%;
	font-family: Inter;
	font-size: 14px !important;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: -0.5px;
	text-align: left;
	color: #fff !important;
}

.footerAlingleft {
	font-family: Inter;
	font-size: 14px !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: -0.1px;
	text-align: left;
	color: #fff !important;
}

.grecaFooter-Datos-Abiertos {
	background-image: url(/resources/img/textura2.png);
	background-size: cover !important;
	background-position-y: 63%;
	border-radius: 6.2px;
	background-blend-mode: multiply, normal !important;
    mix-blend-mode: revert;
    background-color: #104c42 !important;
}

.footerH6Alingleft {
	font-family: Inter;
	font-size: 10px !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: -0.1px;
	text-align: left;
	color: #fff !important;
}

.spaceTop{
	padding-top: 2%;
}
