@charset "utf-8";
/* Hojas de estilo
Autor:         MIGUEL SOLORIO MEDINA
Sitio Web:     Fundimex 2021
Módulo:        _mapa.htmls
Actualización: Octubre 2020
-------------------------------------------------------*/

.ms-sec-mapa {
    color: var(--navbar4_txt);
    background: var(--navbar4_bg);
    height:auto;
    min-height:450px;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position:0 0; 
	padding: 20px;
    }

	.ms-mapa-ubicacion {
		float: left;
		width:100%;
		}

		.ms-mapa-ubicacion h2 {
			font-family: var(--font_subtitulo);
			font-size: var(--font_size_s);
			width: 100%;
			text-align: center;
			}

		.ms-mapa-ubicacion p {
			font-family: var(--font_body);
			font-size: var(--font_size_s);
			width: 100%;
			text-align: center;
			}

