﻿@import url("https://fonts.googleapis.com/css2?family=Birthstone&family=Lato:wght@400;700&display=swap");:root{--content-horizontal-padding:1rem;--footer-height:calc(100vh*.45);}@media(min-width:768px){:root{--content-horizontal-padding:3rem;}}@media(min-width:992px){:root{--content-horizontal-padding:4rem;}}@media(min-width:1200px){:root{--content-horizontal-padding:8rem;}}body{position:relative;margin-left:var(--content-horizontal-padding);margin-right:var(--content-horizontal-padding);font-family:"Lato",sans-serif;background-color:#fff;display:flex;flex-direction:column;}.full-width{margin-left:calc(-1*var(--content-horizontal-padding));margin-right:calc(-1*var(--content-horizontal-padding));}a.disabled,a:disabled{cursor:not-allowed;}.footer{padding:1rem;background-color:#1d9add;border-top:.5rem solid #1d8cc6;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;}@media(min-width:768px){.footer{height:var(--footer-height);}}.footer .company-logo img{max-height:100px;}@media(min-width:992px){.footer .company-logo img{max-height:calc(.33*var(--footer-height));}}.footer .message{font-family:"Birthstone",cursive;font-size:2.5rem;margin-top:1.5rem;}@media(min-width:768px){.footer .message{height:calc(.33*var(--footer-height));vertical-align:bottom;font-size:4rem;}}@media(min-width:768px){.footer .locations{height:calc(.2*var(--footer-height));}}.footer .locations ul{font-size:1.5rem;list-style-type:none;margin:0;padding:0;}@media(min-width:768px){.footer .locations ul{display:flex;justify-content:space-evenly;}}.footer .locations li{margin:0 2.5rem;line-height:1.75;}.footer .locations li::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;padding-right:.75rem;}.content{padding:2rem 1rem;background:url("/images/bg-municipal-landscape.png");background-position:bottom;background-repeat:repeat-x;min-height:calc(100vh - var(--footer-height));}@media(min-width:768px){.content{height:calc(100vh - var(--footer-height));display:flex;flex-direction:column;align-items:center;justify-content:center;}}.content .identification{display:flex;justify-content:center;align-items:center;}.content .identification img{margin-right:1rem;}@media(min-width:768px){.content .identification img{max-height:170px;}}.content .message{margin-top:2rem;display:flex;flex-direction:column;align-items:center;letter-spacing:1px;}.content .message .top{margin-bottom:1rem;font-size:1.15rem;font-weight:700;}@media(min-width:768px){.content .message .top{margin-bottom:0;font-size:2rem;}}.content .message .bottom{display:flex;flex-direction:column;align-items:center;line-height:1.75;}@media(min-width:768px){.content .message .bottom{flex-direction:row;font-size:1.25rem;}.content .message .bottom .left::after{content:"|";margin-left:1.5rem;margin-right:1.5rem;}}