/* --- Colors --- */

:root {
    --main: #aa8080;
    --main-light: #a3a7a6;
    --main-dark: #000;
    --bg-shared-banner: #f9f9f9;
    --color-services: #a3a7a6;
    --btn-hover: #dcdcdc;
    --btn-hover-2: #000;

    /* --- fonts --- */
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace

}
.mobile-logo a img, .footer-logo a img, .logo-width a img {
    max-width: 151px;
}
.bg-gray-2 {
    background-color: #eee2e2!important;
}
.btn-hover a::before, .btn-hover a::after {
    border: 1px solid #000!important;
}