<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fix position of modal map*/
.mapouter{
	margin: 0 auto;
}

.modal-direccion{
	background-color: #B6A265
}

.modal-header-direccion{
	border-bottom: none;
	color: #211E51;
}

.modal-footer-direccion{
    border-top: none;
}

.btn-cerrar-modal{
	background-color: #211E51;
	color: #B6A265;
	border-radius: none;
	border: 1px solid #211E51;
}

.btn-cerrar-modal:hover{
	background-color: #B6A265;
	color: #211E51;
	border: 1px solid #B6A265;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}</pre></body></html>