@charset "utf-8";
/* CSS Document */

/*--quitar--*/
.align-center {text-align:center;}
/*--quitar--*/

.mdl-cell#txtfinal {
        background: #f0f0f0 !important;
}
.mdl-card__media {
	background-color: #ffffff !important;
}
.mdl-card__media img {
	max-width: 100%;
}
.mdl-card__media iframe {
	max-width: 100%;
}
.mdl-card__supporting-text {
	font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-size: 16px !important;
	line-height: 22px !important;
	/*background-color: #ffffff;*/
	/*width: 100% !important; parece que en produccion va bien y en desarrollo no*/
	width: 94% !important;
}
.mdl-card__supporting-text p {
	font-size: 15px !important;
	line-height: 22px !important;
	-webkit-margin-after: 8px;
	margin-bottom: 8px;
}
.ejemplos-image {
	background-color: #ffffff;
	padding: 15px 0px 15px 0px;
	margin: 10px auto;
	display: block;
	max-height: 320px;
	/*box-sizing: border-box;*/
}
.ejemplos-image2 {
	background-color: #ffffff;
	vertical-align: middle;
	width: 100%;
	height: 100%;
    margin: 0px auto;
	object-fit: contain;
}
.ejemplos-title-card {
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        background: #004a98;
        color: #ffffff !important;  
        font-weight: 500; 
        font-size: x-large;
        height: 48px;
}
.ejemplos-title-card#eje_infmuni {
        background: #716db6;
}
.ejemplos-title-card#eje_repoper {
        background: #2b7de1;
}
.ejemplos-title-card#eje_estudios {
        background: #ccbdbc;
}
.ejemplos-title-card#eje_geoloc {
        background: #004a98;
}
.ejemplos-title-card#eje_dinamicos {
        background: #930750;
}
.ejemplos-title-card2 {
        font-family: 'Gotham SSm A', 'Gotham SSm B';
        background: #5d82b9;
        color: #ffffff !important;  
        font-weight: 400; 
        font-size: large;
        height: 34px;
}
.ejemplos-title-card2#eje_infmuni {
        background: #8F70CD;
}
.ejemplos-title-card2#eje_repoper {
        background: #2D84EE;
}
.ejemplos-title-card2#eje_estudios {
        background: #D9C9C8;
}
.ejemplos-title-card2#eje_geoloc {
        background: #5d82b9;
}
.ejemplos-title-card2#eje_dinamicos {
        background: #C44487;
}
h3 {
        font-family: 'Gotham SSm A', 'Gotham SSm B' !important;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 24px;
        color: #004b98 !important;
        margin-top: 20px;
        margin-bottom: 4px;
}
li#eje_lista {
	font-size: 15px !important;
	line-height: 22px !important;
}
ul#eje_lista {
	list-style-type: circle;
	margin-top: 6px;
	margin-bottom: 6px;
	-webkit-margin-before: 6px;
	-webkit-margin-after: 6px;
}
ul#eje_lista_left {
	font-size: 15px !important;
	line-height: 22px !important;
	list-style-type: disc;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	-webkit-margin-before: 6px;
	-webkit-margin-after: 6px;
	-webkit-padding-start: inherit;
}