
body {
    font-family: "Montserrat", sans-serif;
    background-color: #f9f9f9;
}

.bg-brown {
    background-color: #545747 !important;
}

.color.brown {
    color: #545747;
}

.color.green {
    color: #afc164;
}

.bg.green {
    background-color: #afc164;
}


h1.header {
    margin-top: 1em;
    color: #545747;
    font-weight: bold;
}

p {
    font-size: 18px;
    color: #666;
}

.contact {
    font-size: 18px;
    margin-top: 20px;
}

.contact a {
    color: #545747;
    text-decoration: none;
    font-weight: bold;
}

.map-link, .coordinates {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #545747;
    text-decoration: none;
    font-weight: bold;
}

.map-container {
    margin-top: 20px;
}

iframe {
    width: 100%;
    max-width: 600px;
    height: 400px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}
#cookieConsent button {
    background: #afc164;
    color: white;
    border: none;
    padding: 8px 14px;
    margin-left: 15px;
    cursor: pointer;
}
.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #545747;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #afc164;
}

section.terms h2,
section.privacy h2{
    margin-top: 1.8em !important;
    margin-bottom: 0.7em !important;
}

.timeline {
    position: relative;
    margin-left: 2rem;
    padding-left: 1.5rem;
}
.timeline-step {
    position: relative;
}
.timeline-icon {
    position: absolute;
    font-size: 2em;
    left: -40px;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #afc164;
    color: #545747;
}
.timeline-content {
    padding-left: 1rem;
}
#cookieConsent a,
#policies a,
#navbarFooter a,
#navbarCollapse a {
    transition: color 0.3s ease;
    color: #fff;
}


#cookieConsent a:hover,
#policies a:hover,
#navbarFooter a:hover,
#navbarCollapse a:hover {
    color: #afc164 !important;
}

section.notfound a,
section.terms a,
section.privacy a {
    color: #afc164;
    transition: color 0.3s ease;
}
section.notfound a:hover,
section.terms a:hover,
section.privacy a:hover {
    color: #545747;
}

.salinero-logo img {
    height: 90px;
}

.salinero-logo div {
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: lighter;
}

a.img2toggle {
    position: relative;
    display: inline-block;
}

a.img2toggle img {
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}

a.img2toggle img.imgbase {
    opacity: 1;
    z-index: 1;
}

a.img2toggle img.imgactive {
    opacity: 0;
    z-index: 2;
}

a.img2toggle:hover img.imgbase {
    opacity: 0;
}

a.img2toggle:hover img.imgactive {
    opacity: 1;
}

#navbarCollapse a {
    color: white;
}