<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header.major h3:after {
    display: none !important;
}

#header {
    height: 5.5rem;
    line-height: 5.5rem;
}
#header .logo img {
    margin-top: -0.3rem;
    width: 4.5rem;
    vertical-align: middle;
}

@media screen and (max-width: 736px) {  
    #header {
        height: 5rem;
        line-height: 5rem;
    }
    #header .logo img {
        margin-top: -0.3rem;
        width: 4.5rem;
        vertical-align: middle;
    }
}

#map-canvas{
    width: 100%;
    height: 635px !important;
}
#map-canvas img {
    max-width: none;
    background-color: transparent !important;
}

.title-center {
    text-align: center !important;
}
.space-50 {
    margin-bottom: 50px;
}

#request {
    display: none;
}

#the-canvas {
    width:100% !important;
    border: 1px solid black;
    direction: ltr;
}

#spinner {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.9;
    background-color: #ffffff;
    z-index: 10001;
}
#spinner img {
    position: absolute;
    top: 30%;
}
#spinner p {
    position: absolute;
    top: 38%;
    left: 44%;
}

@media screen and (min-width: 980px) {

    span.image.fit a{
        max-height: 200px;
        display: block;
        overflow: hidden;
    }

}

object {
    width: 100% !important;
    height: 1500px !important;
    max-height: 1500px !important;
    display: block !important;
    margin-bottom: 50px;
}

.librosmarth {
	display: none !important;
}
.librodesktop {
}

@media screen and (max-width: 736px) {

	.librosmarth {
		display: inline-block !important;
	}

	.librodesktop {
		display: none !important;
	}

}

.white {
    color: #ffffff !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}</pre></body></html>